diff options
Diffstat (limited to 'net-im/gaim-openq/files/patch-intl_Makefile.in')
-rw-r--r-- | net-im/gaim-openq/files/patch-intl_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/gaim-openq/files/patch-intl_Makefile.in b/net-im/gaim-openq/files/patch-intl_Makefile.in deleted file mode 100644 index ab29275951a6..000000000000 --- a/net-im/gaim-openq/files/patch-intl_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- intl/Makefile.in.orig Tue Oct 12 22:43:15 2004 -+++ intl/Makefile.in Tue Oct 12 22:44:57 2004 -@@ -40,7 +40,7 @@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @MKINSTALLDIRS@ --mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` -+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - - l = @INTL_LIBTOOL_SUFFIX_PREFIX@ - |