git » fp-git.git » commit d6ded78

added MASCOS define

author ecalot
2004-07-30 19:35:12 UTC
committer ecalot
2004-07-30 19:35:12 UTC
parent 16ec039988f0553e8a2ba979946eeb8e18a57091

added MASCOS define

PR/src/Makefile +3 -0

diff --git a/PR/src/Makefile b/PR/src/Makefile
index 8a804d4..a43a181 100644
--- a/PR/src/Makefile
+++ b/PR/src/Makefile
@@ -13,6 +13,9 @@ ifeq ($(OS),Linux)
 else
   LINUX = -DNOLINUX
   SRC2  = getopt.o getopt1.o
+	ifeq ($(OS),Darwin)
+		LINUX = -DNOLINUX -DMACOS
+	endif
 endif
 
 #Compiler options