+2002-01-27 Tom Tromey <tromey@redhat.com>
+
+ * Makefile.am (uninstall-hook): New target.
+
2002-01-24 Akim Demaille <akim@epita.fr>
* lib/install-sh: Update, from Autoconf.
ln $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv; \
done
+uninstall-hook:
+ @for p in $(bin_SCRIPTS); do \
+ f="`echo $$p|sed '$(transform)'`"; \
+ fv="$$f-$(APIVERSION)"; \
+ rm -f $(DESTDIR)$(bindir)/$$fv; \
+ done
+
################################################################
##
## Everything past here is useful to the maintainer, but probably not
mostlyclean-am: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti
uninstall-am: uninstall-binSCRIPTS uninstall-info-am
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
uninstall-info: uninstall-info-recursive
ln $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv; \
done
+uninstall-hook:
+ @for p in $(bin_SCRIPTS); do \
+ f="`echo $$p|sed '$(transform)'`"; \
+ fv="$$f-$(APIVERSION)"; \
+ rm -f $(DESTDIR)$(bindir)/$$fv; \
+ done
+
################################################################
# Some simple checks, and then ordinary check. These are only really