summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-12-29 21:37:22 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-12-29 21:37:22 +0000
commitf5410351c360e484a7831650458724f2cc084688 (patch)
treef08351aba5cb8011102339c40369cc92a6db422b /Makefile.in
parentbeac3b434110265fe46b798ed3be5cb01e4530ee (diff)
- (bal) Add in '.c.o' section to Makefile.in to address make programs that
don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 05ff36eff..e05ddd1f3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -74,6 +74,9 @@ $(SSHOBJS): config.h
74$(SSHDOBJS): config.h 74$(SSHDOBJS): config.h
75$(LIBOPENBSD_COMPAT_OBJS): config.h 75$(LIBOPENBSD_COMPAT_OBJS): config.h
76 76
77.c.o:
78 $(CC) $(CFLAGS) $(CPPFLAGS) -o $<
79
77libopenbsd-compat.a: $(LIBOPENBSD_COMPAT_OBJS) 80libopenbsd-compat.a: $(LIBOPENBSD_COMPAT_OBJS)
78 $(AR) rv $@ $(LIBOPENBSD_COMPAT_OBJS) 81 $(AR) rv $@ $(LIBOPENBSD_COMPAT_OBJS)
79 $(RANLIB) $@ 82 $(RANLIB) $@