From 64a3699b988c9b0e0395a158a21a9f48ce9eb178 Mon Sep 17 00:00:00 2001 From: franklahm Date: Fri, 24 Apr 2009 17:10:14 +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 5efe7057..b35d5d86 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.1.2.4.2.2 2009-01-10 20:14:29 didg Exp $ +# $Id: Makefile.in,v 1.1.2.4.2.3 2009-04-24 17:10:14 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