[Buildroot] svn commit: trunk/buildroot/package/sed

ulf at uclibc.org ulf at uclibc.org
Sun Aug 12 18:14:51 UTC 2007


Author: ulf
Date: 2007-08-12 11:14:49 -0700 (Sun, 12 Aug 2007)
New Revision: 19464

Log:
Move .PHONY to front in sed

Modified:
   trunk/buildroot/package/sed/sed.mk


Changeset:
Modified: trunk/buildroot/package/sed/sed.mk
===================================================================
--- trunk/buildroot/package/sed/sed.mk	2007-08-12 14:40:16 UTC (rev 19463)
+++ trunk/buildroot/package/sed/sed.mk	2007-08-12 18:14:49 UTC (rev 19464)
@@ -69,6 +69,7 @@
 		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 @@
 ifeq ($(strip $(BR2_PACKAGE_SED)),y)
 TARGETS+=sed
 endif
-.PHONY: sed host-sed use-sed-host-binary
+




More information about the buildroot mailing list