[Commits] (vajda) oops
commits at osafoundation.org
commits at osafoundation.org
Thu Mar 18 12:31:09 PST 2004
Commit by: vajda
Modified files:
external/pychecker/Makefile 1.4 1.5
Log message:
oops
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/pychecker/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.5
Index: external/pychecker/Makefile
diff -u external/pychecker/Makefile:1.4 external/pychecker/Makefile:1.5
--- external/pychecker/Makefile:1.4 Thu Mar 18 10:03:04 2004
+++ external/pychecker/Makefile Thu Mar 18 12:30:38 2004
@@ -5,6 +5,12 @@
include $(BUILD_ROOT)/Makefile.inc
+ifeq ($(OS),Darwin)
+BIN=$(FRAMEWORK)/bin
+else
+BIN=bin
+endif
+
BUILD=build_$(SNAP)
More information about the Commits
mailing list