aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2006-07-21 15:39:11 +0000
committerN.N. <matju@users.sourceforge.net>2006-07-21 15:39:11 +0000
commit91dd6b68f0f209ad015a303095bb1df018dca71e (patch)
tree32440c1798a62e90dbaf51d4d14b6b40f8552281
parent033e9376d9e39004fb1d1d1383e8f70045dd42ed (diff)
PDP makefile should default to building for Linux when on Linux
svn path=/trunk/externals/pdp/; revision=5393
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 105c2b9..ab9a61c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,12 @@
include Makefile.config
+# all: $(PDP_TARGET)
-all: $(PDP_TARGET)
+ifeq ($(OS_NAME),darwin)
+all: darwin
+else
+all: linux
+endif
pdp_all:
make -C system