From f994c778d8e307d99884e8554a361dd4ddb0e106 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 21 Apr 2002 04:26:11 +0000 Subject: fixed some uninstall issues --- data/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/Makefile.in') diff --git a/data/Makefile.in b/data/Makefile.in index a7e35d44..a21707f9 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -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: -- cgit v1.2.3