comparison gtk/plugins/perl/Makefile.am @ 14580:c37052cbb542

[gaim-migrate @ 17304] Typo and whitespace change. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 18 Sep 2006 04:24:03 +0000
parents d6eae5115b31
children f0292b71104b
comparison
equal deleted inserted replaced
14579:310a81ba302c 14580:c37052cbb542
59 $(MAKE) install; \ 59 $(MAKE) install; \
60 cd ..; \ 60 cd ..; \
61 done 61 done
62 62
63 # Evil Hack (TM) 63 # Evil Hack (TM)
64 # ... which doesn't work with DESTDIR installs. FIXME? 64 # ... which doesn't work with DESTDIR installs. FIXME?
65 uninstall-local: 65 uninstall-local:
66 @for dir in $(perl_dirs); do \ 66 @for dir in $(perl_dirs); do \
67 cd $$dir && \ 67 cd $$dir && \
68 `$(MAKE) uninstall | grep unlink | sed -e 's#/usr#${prefix}#' -e 's#unlink#rm -f#'` && \ 68 `$(MAKE) uninstall | grep unlink | sed -e 's#/usr#${prefix}#' -e 's#unlink#rm -f#'` && \
69 cd ..; \ 69 cd ..; \