[libdispatch-changes] [123] trunk/testing/Makefile.darwin

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 4 03:30:22 PST 2009


Revision: 123
          http://trac.macosforge.org/projects/libdispatch/changeset/123
Author:   robert at 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:
--------------
    trunk/testing/Makefile.darwin

Modified: trunk/testing/Makefile.darwin
===================================================================
--- 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++
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091104/1afc9dd4/attachment.html>


More information about the libdispatch-changes mailing list