summaryrefslogtreecommitdiffstats
path: root/devel/gettext/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gettext/files/patch-ad')
-rw-r--r--devel/gettext/files/patch-ad14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/gettext/files/patch-ad b/devel/gettext/files/patch-ad
deleted file mode 100644
index 4bd832b13..000000000
--- a/devel/gettext/files/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
---- gettext-tools/misc/Makefile.in.orig Mon Mar 14 07:24:11 2005
-+++ gettext-tools/misc/Makefile.in Mon Mar 14 20:40:33 2005
-@@ -447,11 +447,9 @@
- list='$(lisp_LISP)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
-- echo " $(lispLISP_INSTALL) '$$d$$p' '$(DESTDIR)$(lispdir)/$$f'"; \
- $(lispLISP_INSTALL) "$$d$$p" "$(DESTDIR)$(lispdir)/$$f"; \
- if test -f $${p}c; then \
- echo " $(lispLISP_INSTALL) '$${p}c' '$(DESTDIR)$(lispdir)/$${f}c'"; \
-- $(lispLISP_INSTALL) "$${p}c" "$(DESTDIR)$(lispdir)/$${f}c"; \
- else : ; fi; \
- done; \
- else : ; fi