summaryrefslogtreecommitdiff
path: root/archivers/rpm5/files/patch-beecrypt::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/rpm5/files/patch-beecrypt::Makefile.in')
-rw-r--r--archivers/rpm5/files/patch-beecrypt::Makefile.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/archivers/rpm5/files/patch-beecrypt::Makefile.in b/archivers/rpm5/files/patch-beecrypt::Makefile.in
deleted file mode 100644
index cfa8d3d2f612..000000000000
--- a/archivers/rpm5/files/patch-beecrypt::Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- beecrypt/Makefile.in.orig Wed Feb 13 16:03:22 2002
-+++ beecrypt/Makefile.in Wed Mar 3 11:14:53 2004
-@@ -243,8 +243,8 @@
- $(mkinstalldirs) $(DESTDIR)$(libdir)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- if test -f $$p; then \
-- echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
-- $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
-+ echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
-+ $(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
- else :; fi; \
- done
-
-@@ -478,7 +478,7 @@
- install-exec-am: install-libLTLIBRARIES
- install-exec: install-exec-recursive
-
--install-data-am: install-pkgincludeHEADERS
-+install-data-am:
- install-data: install-data-recursive
-
- install-am: all-am