- (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>
This commit is contained in:
Ben Lindstrom 2000-12-29 21:37:22 +00:00
parent beac3b4341
commit f5410351c3
2 changed files with 6 additions and 0 deletions

View File

@ -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

View 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) $@