Revision
123
Author
robert@fledge.watson.org
Date
2009-11-04 03:30:21 -0800 (Wed, 04 Nov 2009)

Log Message

Teach old-style Darwin Makefile how to find config/config.h.

Modified Paths

Diff

Modified: trunk/testing/Makefile.darwin (122 => 123)


--- trunk/testing/Makefile.darwin	2009-11-04 11:26:54 UTC (rev 122)
+++ trunk/testing/Makefile.darwin	2009-11-04 11:30:21 UTC (rev 123)
@@ -46,7 +46,7 @@
 SRCS = dispatch_test.c
 OBJS = $(SRCS:%.c=%.o)
 ARCHS=i386 x86_64 ppc
-CFLAGS = -Werror -Wall -Wextra -Wshadow -mdynamic-no-pic -Os -g $(patsubst %, -arch %,$(ARCHS)) -DDISPATCH_NO_LEGACY
+CFLAGS = -Werror -Wall -Wextra -Wshadow -mdynamic-no-pic -Os -g $(patsubst %, -arch %,$(ARCHS)) -DDISPATCH_NO_LEGACY -I..
 CPPFLAGS = $(CFLAGS)
 LDFLAGS = $(patsubst %, -arch %,$(ARCHS))
 LDLIBS = -lstdc++