fixed some uninstall issues
This commit is contained in:
parent
e1b78a1f84
commit
f994c778d8
4 changed files with 11 additions and 0 deletions
|
@ -15,3 +15,7 @@ menu: menu.in
|
|||
install-data-local: menu
|
||||
test -f $(DESTDIR)$(pkgdatadir)/menu || \
|
||||
$(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
|
||||
|
||||
uninstall-am:
|
||||
rm -f $(DESTDIR)$(pkgdatadir)/menu
|
||||
|
||||
|
|
|
@ -303,6 +303,9 @@ install-data-local: menu
|
|||
test -f $(DESTDIR)$(pkgdatadir)/menu || \
|
||||
$(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.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
|
|
@ -6,3 +6,5 @@ style_DATA = artwiz bluebox cthulhain deep flux frobozz frobust nyz nyzclone ope
|
|||
|
||||
distclean-local:
|
||||
rm -f *\~
|
||||
uninstall-am:
|
||||
rmdir $(styledir)
|
||||
|
|
|
@ -209,6 +209,8 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
|||
|
||||
distclean-local:
|
||||
rm -f *\~
|
||||
uninstall-am:
|
||||
rmdir $(styledir)
|
||||
|
||||
# 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.
|
||||
|
|
Loading…
Reference in a new issue