X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fsetup_src%2Fbundle_example%2Fmakefile;h=c1f29c96f013d365f2a2f3d347c0a48a2a59cb68;hb=a360824b26a73bb990e37980b7b3c1ec2fe96867;hp=36fc3dcc4f2fe4db47530e74ce5fe3a3d726359b;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/production/setup_src/bundle_example/makefile b/production/setup_src/bundle_example/makefile index 36fc3dcc..c1f29c96 100644 --- a/production/setup_src/bundle_example/makefile +++ b/production/setup_src/bundle_example/makefile @@ -3,11 +3,9 @@ include cpp/variables.def PROJECT = example_bundle TYPE = hierarchy FIRST_TARGETS = build_bundle -CLEANUPS = $(REPOSITORY_DIR)/install/example_bundle$(EXE_END) +CLEANUPS = $(FEISTY_MEOW_DIR)/install/example_bundle$(EXE_END) +# set the unix bin variable so the bundle finds the apps. export UNIX_BIN = /bin -ifeq "$(OP_SYSTEM)" "WIN32" - export UNIX_BIN = $(BUILDING_HIERARCHY)/msys/bin -endif include cpp/rules.def