From 2564e0811767040bdcf4f1db52b11d625bcef936 Mon Sep 17 00:00:00 2001 From: franklahm Date: Mon, 27 Apr 2009 08:04:22 +0000 Subject: [PATCH] Survive make distcheck --- config/Makefile.am | 14 ++++++++++++++ sys/solaris/Makefile.in | 6 +++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/config/Makefile.am b/config/Makefile.am index 2b62afbc..b12632c0 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -58,8 +58,22 @@ install-data-local: install-config-files $(PAMFILES) echo "not overwriting $(DESTDIR)$(pamdir)/netatalk"; \ fi; +uninstall-local: + echo rm -f $(DESTDIR)$(pamdir)/netatalk; \ + rm -f $(DESTDIR)$(pamdir)/netatalk; \ + for f in $(CONFFILES) $(GENFILES); do \ + echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ + rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ + done + else install-data-local: install-config-files +uninstall-local: + for f in $(CONFFILES) $(GENFILES); do \ + echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ + rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ + done + endif diff --git a/sys/solaris/Makefile.in b/sys/solaris/Makefile.in index f85428a0..e7fd218b 100644 --- a/sys/solaris/Makefile.in +++ b/sys/solaris/Makefile.in @@ -1,7 +1,7 @@ # Solaris specific defines, passed to subdirectories. # To use Sun CC, uncomment the CC and KFLAGS variables. # -# $Id: Makefile.in,v 1.4 2009-01-06 20:00:59 morgana Exp $ +# $Id: Makefile.in,v 1.5 2009-04-27 08:04:22 franklahm Exp $ # This Makefile.in is not automake generated # copy and paste from automake Makefile.in srcdir = @srcdir@ @@ -156,5 +156,9 @@ check: tags: +dvi: + +installcheck: + # DO NOT DELETE THIS LINE -- 2.39.2