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, 14 insertions, 0 deletions
diff --git a/devel/gettext/files/patch-ad b/devel/gettext/files/patch-ad
new file mode 100644
index 000000000..4bd832b13
--- /dev/null
+++ b/devel/gettext/files/patch-ad
@@ -0,0 +1,14 @@
+--- 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