really tasty addition of remote compares using ssh syntax, e.g. host:path notation.
[feisty_meow.git] / production / setup_src / bundle_example / makefile
index 46bc6f2c0ec28801e91612f63e7e2e8864e63282..0c30a4fd9935becb5eb5f57f2fde4237fd499bb6 100644 (file)
@@ -3,11 +3,9 @@ include cpp/variables.def
 PROJECT = example_bundle
 TYPE = hierarchy
 FIRST_TARGETS = build_bundle
-CLEANUPS = $(FEISTY_MEOW_DIR)/install/example_bundle$(EXE_END)
+CLEANUPS = $(FEISTY_MEOW_APEX)/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