summaryrefslogtreecommitdiff
path: root/devel/libtool13/files/patch-af
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-02 08:26:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-02 08:26:22 +0000
commit030d0dff5a6290a7dd962b55cf867e9a43846bf0 (patch)
treec942ae60364c11bc35590303880347cef07c1dca /devel/libtool13/files/patch-af
parent Activate adns (diff)
Update to 1.3.4.
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r--devel/libtool13/files/patch-af8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libtool13/files/patch-af b/devel/libtool13/files/patch-af
index a62485d06dc4..beb6be3b456f 100644
--- a/devel/libtool13/files/patch-af
+++ b/devel/libtool13/files/patch-af
@@ -1,6 +1,6 @@
---- 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 @@
+--- libltdl/Makefile.in.orig Tue Dec 7 13:03:38 1999
++++ libltdl/Makefile.in Mon Jan 17 16:35:34 2000
+@@ -326,17 +326,16 @@
distdir: $(DISTFILES)
-rm -rf $(distdir)
mkdir $(distdir)
@@ -9,7 +9,7 @@
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
-- cp -pr $$/$$file $(distdir)/$$file; \
+- cp -pr $$d/$$file $(distdir)/$$file; \
+ echo no copy dir $$d/$$file; \
else \
- test -f $(distdir)/$$file \