model: revert broken bugfix
[c11tester.git] / Makefile
index a732cb763ad7a8dcf1ef9900ac4473921000163c..19f9a2c06900c5835fae6d256ff91d83437dbdc3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,6 @@ SHARED = -shared
 
 # Mac OSX options
 ifeq ($(UNAME), Darwin)
-CPPFLAGS += -D_XOPEN_SOURCE -DMAC
 LDFLAGS = -ldl
 SHARED = -Wl,-undefined,dynamic_lookup -dynamiclib
 endif
@@ -32,6 +31,7 @@ include $(DEPS)
 debug: CPPFLAGS += -DCONFIG_DEBUG
 debug: all
 
+PHONY += docs
 docs: *.c *.cc *.h
        doxygen