Include package.mk in target.mk, in the bindists's mk/
authorIan Lynagh <igloo@earth.li>
Wed, 22 Aug 2007 20:10:49 +0000 (20:10 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 22 Aug 2007 20:10:49 +0000 (20:10 +0000)
Makefile

index 192a0d5..6f38c13 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -283,7 +283,8 @@ binary-dist:: binary-dist-pre
 binary-dist-pre::
        $(MKDIRHIER) $(BIN_DIST_DIR)/mk
        echo 'include $$(TOP)/Makefile-vars' >  $(BIN_DIST_DIR)/mk/boilerplate.mk
-       echo 'include $$(TOP)/mk/install.mk' >  $(BIN_DIST_DIR)/mk/target.mk
+       echo 'include $$(TOP)/mk/package.mk' >  $(BIN_DIST_DIR)/mk/target.mk
+       echo 'include $$(TOP)/mk/install.mk' >> $(BIN_DIST_DIR)/mk/target.mk
        echo 'include $$(TOP)/mk/recurse.mk' >> $(BIN_DIST_DIR)/mk/target.mk
        echo ''                              >  $(BIN_DIST_DIR)/mk/compat.mk
        cp mk/package.mk $(BIN_DIST_DIR)/mk/