From 40f4151e9f69fb58b990c16ee9eefba59b3ae29d Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 8 Feb 2001 18:05:17 +0000 Subject: - (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 --- openbsd-compat/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsd-compat') diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index 32312b3a4..e88a5c6b2 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in @@ -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 -- cgit v1.2.3