]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
use LDFLAGS in Makefile.in (fix from arndt@schoenewald.de)
authorAndrew Tridgell <tridge@samba.org>
Thu, 18 Jun 1998 14:15:16 +0000 (14:15 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 18 Jun 1998 14:15:16 +0000 (14:15 +0000)
Makefile.in

index a68797f7d80760754a93280330970bf01d950a43..69a69a8d52ea36ac109aa24cb0e92869c76fe2aa 100644 (file)
@@ -46,7 +46,7 @@ install: all
        ${INSTALLCMD} -m 644 $(srcdir)/rsyncd.conf.5 ${INSTALL_MAN}/man5
 
 rsync: $(OBJS)
-       $(CC) $(CFLAGS) -o rsync $(OBJS) $(LIBS)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS)
 
 rsync.1: rsync.yo
        yodl2man -o rsync.1 rsync.yo