From 59f68794f4639bdd2e2dc1c01a5d46877ef7d368 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 30 Dec 2000 03:50:04 +0000 Subject: Umm.. Made a minor mistake put -o instead of -c in .c.o section. Wonder why I did not catch it during the test compile on TWO different platforms! --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e05ddd1f3..21a345df4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,7 +75,7 @@ $(SSHDOBJS): config.h $(LIBOPENBSD_COMPAT_OBJS): config.h .c.o: - $(CC) $(CFLAGS) $(CPPFLAGS) -o $< + $(CC) $(CFLAGS) $(CPPFLAGS) -c $< libopenbsd-compat.a: $(LIBOPENBSD_COMPAT_OBJS) $(AR) rv $@ $(LIBOPENBSD_COMPAT_OBJS) -- cgit v1.2.3