From 06f637a1ee09b7cb904d4a551af496e3a5aa9e98 Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Fri, 8 Jul 2011 11:58:49 +0200 Subject: [PATCH] Workaround for old automake bug --- config/pam/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/pam/Makefile.am b/config/pam/Makefile.am index fd96fccf..e01d784c 100644 --- a/config/pam/Makefile.am +++ b/config/pam/Makefile.am @@ -31,4 +31,7 @@ uninstall-local: echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ done +else +install-data-local: +uninstall-local: endif -- 2.39.2