]> andersk Git - openssh.git/commitdiff
- (bal) Add in '.c.o' section to Makefile.in to address make programs that
authormouring <mouring>
Fri, 29 Dec 2000 21:37:22 +0000 (21:37 +0000)
committermouring <mouring>
Fri, 29 Dec 2000 21:37:22 +0000 (21:37 +0000)
   don't honor CPPFLAGS by default.  Suggested by Lutz Jaenicke
   <Lutz.Jaenicke@aet.TU-Cottbus.DE>

ChangeLog
Makefile.in

index 94412d5f0560ec9b4220512d7e18d255fd16bb14..fc9f9a021250b510f968c3a547e62b43405c7b8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
  - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
  - (bal) if no MAXHOSTNAMELEN is defined.  Default to 64 character defination.
    Suggested by Christian Kurz <shorty@debain.org>
+ - (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>
 
 20001229
  - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian 
index 05ff36effb7d84e3ab12ffc883a64824dd4858e1..e05ddd1f3ed5b61687c5ec68c61b25e940111544 100644 (file)
@@ -74,6 +74,9 @@ $(SSHOBJS): config.h
 $(SSHDOBJS): config.h
 $(LIBOPENBSD_COMPAT_OBJS): config.h
 
+.c.o:
+       $(CC) $(CFLAGS) $(CPPFLAGS) -o $<
+
 libopenbsd-compat.a: $(LIBOPENBSD_COMPAT_OBJS)
        $(AR) rv $@ $(LIBOPENBSD_COMPAT_OBJS)
        $(RANLIB) $@
This page took 0.110356 seconds and 5 git commands to generate.