]> andersk Git - openssh.git/commitdiff
<Whistle> Umm.. Made a minor mistake put -o instead of -c in .c.o section.
authormouring <mouring>
Sat, 30 Dec 2000 03:50:04 +0000 (03:50 +0000)
committermouring <mouring>
Sat, 30 Dec 2000 03:50:04 +0000 (03:50 +0000)
Wonder why I did not catch it during the test compile on TWO different
platforms!

Makefile.in

index e05ddd1f3ed5b61687c5ec68c61b25e940111544..21a345df4349088b0441284e48246228a3b797f9 100644 (file)
@@ -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)
This page took 0.042208 seconds and 5 git commands to generate.