From: Thorsten Kukuk Date: Wed, 26 Nov 2003 11:05:55 +0000 (+0000) Subject: Relevant BUGIDs: 808022 X-Git-Tag: Linux-PAM-0-78-Beta1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44d9bdbac81151b178c979a8e274c73a281fc34e;p=linux-pam Relevant BUGIDs: 808022 Purpose of commit: bugfix Commit summary: --------------- _pam_aconf.h will be no longer installed. It's a configuration header generated by autoconf, and could interfere with applications which might include it. None of the other installed headers include it, either, so it doesn't serve any purpose. --- diff --git a/Makefile b/Makefile index 1ab1b711..562802d3 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,6 @@ $(THINGSTOMAKE): _pam_aconf.h prep bootstrap-libpam $(MAKE) -C $@ all install: _pam_aconf.h prep - $(MKDIR) $(FAKEROOT)$(INCLUDED) - $(INSTALL) -m 444 security/_pam_aconf.h $(FAKEROOT)$(INCLUDED) for x in $(THINGSTOMAKE) ; do $(MAKE) -C $$x install ; done remove: