diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-17 02:18:05 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-17 02:18:05 +0000 |
commit | 6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch) | |
tree | 83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /devel/gnu-libtool/files/patch-af | |
parent | Revert to rev. 1.4, which will restore some bugs in the previous version (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'devel/gnu-libtool/files/patch-af')
-rw-r--r-- | devel/gnu-libtool/files/patch-af | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/gnu-libtool/files/patch-af b/devel/gnu-libtool/files/patch-af deleted file mode 100644 index a62485d06dc4..000000000000 --- a/devel/gnu-libtool/files/patch-af +++ /dev/null @@ -1,24 +0,0 @@ ---- libltdl/Makefile.in.orig Fri Jul 2 09:02:06 1999 -+++ libltdl/Makefile.in Thu Sep 9 22:40:10 1999 -@@ -328,17 +328,16 @@ - distdir: $(DISTFILES) - -rm -rf $(distdir) - mkdir $(distdir) -- -chmod 777 $(distdir) -+ -chmod 555 $(distdir) - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ -- cp -pr $$/$$file $(distdir)/$$file; \ -+ echo no copy dir $$d/$$file; \ - else \ -- test -f $(distdir)/$$file \ -- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ -- || cp -p $$d/$$file $(distdir)/$$file || :; \ -+ install -c -o root -g wheel -m 444 $$d/$$file $(distdir)/$$file; \ - fi; \ - done -+ -chmod a+x $(distdir)/configure - info-am: - info: info-am - dvi-am: |