From: Chris Koeritz Date: Wed, 7 Jan 2015 16:56:03 +0000 (-0500) Subject: fixed usage of BUILD_BEFORE which was erroneoulsy being used instead of FIRST_TARGETS... X-Git-Tag: 2.140.90~724 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=0237507bda3ecd0cebab0eeddc3cfefa4d9b3650 fixed usage of BUILD_BEFORE which was erroneoulsy being used instead of FIRST_TARGETS and LAST_TARGETS for two items in the top-level makefile. --- diff --git a/makefile b/makefile index 72d5303e..cb92faf6 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,9 @@ include variables.def PROJECT = feisty_meow_sources -BUILD_BEFORE = start_make nucleus scripts octopi graphiq webby kona production end_make +FIRST_TARGETS += start_make +BUILD_BEFORE = nucleus scripts octopi graphiq webby kona production +LAST_TARGETS += end_make include rules.def