don't understand why rsync does what it does, but the cheap workaround seems to work
authorroot <root>
Mon, 19 Nov 2007 13:43:38 +0000 (13:43 +0000)
committerroot <root>
Mon, 19 Nov 2007 13:43:38 +0000 (13:43 +0000)
Makefile.in

index 7b7c568b04f63f187ca6d19a4252bdd8144f94b1..5bc350c6ee95a06e88b98b97c0380a1a95fd46f8 100644 (file)
@@ -73,7 +73,7 @@ distdir:
        cd src && $(MAKE) depend
        rm -rf $(VERNAME)
        mkdir $(VERNAME)
-       rsync -aR `cat MANIFEST` $(VERNAME)/.
+       rsync -aR --copy-unsafe-links `cat MANIFEST` $(VERNAME)/.
 
 tar.gz: distdir
        tar cvf - $(VERNAME) | gzip -vf9 > $(VERNAME).tar.gz