From 91dd6b68f0f209ad015a303095bb1df018dca71e Mon Sep 17 00:00:00 2001 From: "N.N." Date: Fri, 21 Jul 2006 15:39:11 +0000 Subject: PDP makefile should default to building for Linux when on Linux svn path=/trunk/externals/pdp/; revision=5393 --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1