From cada00d426ca67231d2f1a8acb3cdf91bc019895 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 17 Sep 2000 14:16:22 +0000 Subject: [PATCH] Include standard CFLAGS in regress/ builds of other directories' files. --- changelog | 2 +- regress/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2