removed old "make dist" target
[rsync/rsync.git] / Makefile.in
index a68797f..baf7863 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
@@ -60,10 +60,3 @@ proto:
 clean:
        rm -f *~ $(OBJS) rsync config.cache config.log config.status
 
-dist:
-       tar --exclude-from .ignore -czf dist.tar.gz .
-       -mkdir rsync-$(VERSION)
-       (cd rsync-$(VERSION) ; tar xzf ../dist.tar.gz)
-       tar -czf rsync-$(VERSION).tar.gz rsync-$(VERSION)
-       rm -f dist.tar.gz
-       echo rsync-$(VERSION) >> .cvsignore