fixed some uninstall issues

This commit is contained in:
Dana Jansens 2002-04-21 04:26:11 +00:00
parent e1b78a1f84
commit f994c778d8
4 changed files with 11 additions and 0 deletions

View file

@ -15,3 +15,7 @@ menu: menu.in
install-data-local: menu install-data-local: menu
test -f $(DESTDIR)$(pkgdatadir)/menu || \ test -f $(DESTDIR)$(pkgdatadir)/menu || \
$(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir) $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
uninstall-am:
rm -f $(DESTDIR)$(pkgdatadir)/menu

View file

@ -303,6 +303,9 @@ install-data-local: menu
test -f $(DESTDIR)$(pkgdatadir)/menu || \ test -f $(DESTDIR)$(pkgdatadir)/menu || \
$(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir) $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
uninstall-am:
rm -f $(DESTDIR)$(pkgdatadir)/menu
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded. # Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: .NOEXPORT:

View file

@ -6,3 +6,5 @@ style_DATA = artwiz bluebox cthulhain deep flux frobozz frobust nyz nyzclone ope
distclean-local: distclean-local:
rm -f *\~ rm -f *\~
uninstall-am:
rmdir $(styledir)

View file

@ -209,6 +209,8 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
distclean-local: distclean-local:
rm -f *\~ rm -f *\~
uninstall-am:
rmdir $(styledir)
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded. # Otherwise a system limit (for SysV at least) may be exceeded.