]> andersk Git - openssh.git/commitdiff
- (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
authormouring <mouring>
Thu, 8 Feb 2001 18:05:17 +0000 (18:05 +0000)
committermouring <mouring>
Thu, 8 Feb 2001 18:05:17 +0000 (18:05 +0000)
   main tree while porting forward.  Pointed out by Lutz Jaenicke
   <Lutz.Jaenicke@aet.TU-Cottbus.DE>

ChangeLog
openbsd-compat/Makefile.in

index 182b3e83fdaf38f7a6c1f46056e7ad80d9a0d488..bebbebe5a374218f0172697f3acc42ffba785ca1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 20010209
  - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney 
    <rjmooney@mediaone.net>
+ - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
+   main tree while porting forward.  Pointed out by Lutz Jaenicke 
+   <Lutz.Jaenicke@aet.TU-Cottbus.DE>
 
 20010208
  - (djm) Don't delete external askpass program in make uninstall target.
index 32312b3a4150c829b1a11d8ff968629b89505439..e88a5c6b2c0e7dc7b82329c8bfc83df666f40027 100644 (file)
@@ -18,6 +18,8 @@ OPENBSD=base64.o bindresvport.o daemon.o getcwd.o getgrouplist.o inet_aton.o ine
 
 COMPAT=bsd-arc4random.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o
 
+.c.o:
+       $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
 
 all: libopenbsd-compat.a
 
This page took 0.044046 seconds and 5 git commands to generate.