X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fsetup_src%2Fbundle_example%2Fmakefile;h=3efce9bfb88acef33f30fad7f652ceb50b631305;hb=2caf2cc35c2fbbcd1865fd3e24342886c28cd5a7;hp=bf92bb250fb380ab4835efc916f65bada55de6e2;hpb=26159010c33a2c9be695a496f0c6dc540341bee0;p=feisty_meow.git diff --git a/production/setup_src/bundle_example/makefile b/production/setup_src/bundle_example/makefile index bf92bb25..3efce9bf 100644 --- a/production/setup_src/bundle_example/makefile +++ b/production/setup_src/bundle_example/makefile @@ -2,10 +2,10 @@ include cpp/variables.def PROJECT = example_bundle TYPE = hierarchy -FIRST_TARGETS = build_bundle -CLEANUPS = $(FEISTY_MEOW_DIR)/install/example_bundle$(EXE_END) +FIRST_TARGETS += build_bundle +CLEANUPS += $(RUNTIME_PATH)/install/example_bundle$(EXE_END) +# set the unix bin variable so the bundle finds the apps. export UNIX_BIN = /bin -#hmmm: is UNIX_BIN used anywhere? include cpp/rules.def