diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
commit | 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch) | |
tree | ad3f495c08f0cc331b6958d319f699d021175c19 /textproc/uim/files/patch-gtk:Makefile.in | |
parent | Fix plist problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0
Diffstat (limited to 'textproc/uim/files/patch-gtk:Makefile.in')
-rw-r--r-- | textproc/uim/files/patch-gtk:Makefile.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/textproc/uim/files/patch-gtk:Makefile.in b/textproc/uim/files/patch-gtk:Makefile.in deleted file mode 100644 index ac634886e5e4..000000000000 --- a/textproc/uim/files/patch-gtk:Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ ---- gtk/Makefile.in.orig Wed Mar 2 02:29:13 2005 -+++ gtk/Makefile.in Wed Mar 2 02:37:44 2005 -@@ -308,15 +308,15 @@ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) - moduleLTLIBRARIES_INSTALL = $(INSTALL) - install-moduleLTLIBRARIES: $(module_LTLIBRARIES) -- @$(NORMAL_INSTALL) -- $(mkinstalldirs) $(DESTDIR)$(moduledir) -- @list='$(module_LTLIBRARIES)'; for p in $$list; do \ -- if test -f $$p; then \ -- f="`echo $$p | sed -e 's|^.*/||'`"; \ -- echo " $(LIBTOOL) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(moduledir)/$$f"; \ -- $(LIBTOOL) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(moduledir)/$$f; \ -- else :; fi; \ -- done -+@GTK2_TRUE@ @$(NORMAL_INSTALL) -+@GTK2_TRUE@ $(mkinstalldirs) $(DESTDIR)$(moduledir) -+@GTK2_TRUE@ @list='$(module_LTLIBRARIES)'; for p in $$list; do \ -+@GTK2_TRUE@ if test -f $$p; then \ -+@GTK2_TRUE@ f="`echo $$p | sed -e 's|^.*/||'`"; \ -+@GTK2_TRUE@ echo " $(LIBTOOL) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(moduledir)/$$f"; \ -+@GTK2_TRUE@ $(LIBTOOL) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(moduledir)/$$f; \ -+@GTK2_TRUE@ else :; fi; \ -+@GTK2_TRUE@ done - - uninstall-moduleLTLIBRARIES: - @$(NORMAL_UNINSTALL) |