From: ian Date: Sun, 17 Sep 2000 14:16:22 +0000 (+0000) Subject: Include standard CFLAGS in regress/ builds of other directories' files. X-Git-Tag: rel-adns-1-0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=refs%2Ftags%2Frel-adns-1-0;p=adns.git Include standard CFLAGS in regress/ builds of other directories' files. --- diff --git a/changelog b/changelog index 87535d9..d8e3400 100644 --- a/changelog +++ b/changelog @@ -36,7 +36,7 @@ adns (1.0); urgency=medium * Use `printf' instead of `echo -n'. * Add list of tested platforms in INSTALL file. - -- Ian Jackson Sun, 17 Sep 2000 15:10:42 +0100 + -- Ian Jackson Sun, 17 Sep 2000 15:15:58 +0100 adns (0.9) BETA; urgency=high diff --git a/regress/Makefile.in b/regress/Makefile.in index 47a01bb..6df412d 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -61,10 +61,10 @@ adnshost_%: $(ADH_OBJS) h%.o $(HARNLOBJS) $(LINK_CMD) %_d.o: $(srcdir)/../src/%.c hredirect.h - $(CC) $(HCPPFLAGS) -c -g -o $@ $< + $(CC) $(CFLAGS) $(HCPPFLAGS) -c -g -o $@ $< %_c.o: $(srcdir)/../client/%.c hredirect.h - $(CC) $(HCPPFLAGS) -I $(srcdir)/../src -c -g -o $@ $< + $(CC) $(CFLAGS) $(HCPPFLAGS) -I $(srcdir)/../src -c -g -o $@ $< $(ALL_OBJS): $(srcdir)/../src/adns.h $(srcdir)/../src/internal.h $(ALL_OBJS): harness.h hsyscalls.h