]> git.sesse.net Git - betaftpd/commitdiff
Moved LIBS last on command line -- this fixes a problem with some weird gcc versions.
authorsgunderson <sgunderson>
Sat, 3 Feb 2001 18:15:06 +0000 (18:15 +0000)
committersgunderson <sgunderson>
Sat, 3 Feb 2001 18:15:06 +0000 (18:15 +0000)
Makefile.in

index c122dba5386699d61e8a9fede8c33c3efdeb9414..f16659007440040a83d9a50849b31d3284683a11 100644 (file)
@@ -30,7 +30,7 @@ ascii.o:      @srcdir@/ascii.c @srcdir@/ascii.h config.h
 dcache.o:      @srcdir@/dcache.c @srcdir@/dcache.h config.h
 
 betaftpd: $(OBJS)
-       $(CC) $(REAL_CFLAGS) $(LIBS) -o betaftpd $(OBJS)
+       $(CC) $(REAL_CFLAGS) -o betaftpd $(OBJS) $(LIBS)
 assembly-files: $(ASSMS)
 betaftpd-from-assembly-files: $(ASSMS)
        $(CC) $(LIBS) -o betaftpd -Wl,--sort-common $(ASSMS)