updated to remove some msys refs.
[feisty_meow.git] / production / setup_src / bundle_example / makefile
index 36fc3dcc4f2fe4db47530e74ce5fe3a3d726359b..bf92bb250fb380ab4835efc916f65bada55de6e2 100644 (file)
@@ -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)
 export UNIX_BIN = /bin
-ifeq "$(OP_SYSTEM)" "WIN32"
-  export UNIX_BIN = $(BUILDING_HIERARCHY)/msys/bin
-endif
+#hmmm: is UNIX_BIN used anywhere?
 
 include cpp/rules.def