Explorar el Código

Move .PHONY to front in sed

Ulf Samuelsson hace 18 años
padre
commit
2582f551f3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      package/sed/sed.mk

+ 2 - 1
package/sed/sed.mk

@@ -69,6 +69,7 @@ $(HOST_SED_DIR)/$(SED_TARGET_BINARY):
 		ln -sf "$(HOST_SED_IF_ANY)" "$(HOST_SED_DIR)/$(SED_TARGET_BINARY)"; \
 	fi
 
+.PHONY: sed host-sed use-sed-host-binary
 
 use-sed-host-binary:	$(HOST_SED_DIR)/$(SED_TARGET_BINARY)
 
@@ -155,4 +156,4 @@ sed-dirclean:
 ifeq ($(strip $(BR2_PACKAGE_SED)),y)
 TARGETS+=sed
 endif
-.PHONY: sed host-sed use-sed-host-binary
+