]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 808022
authorThorsten Kukuk <kukuk@thkukuk.de>
Wed, 26 Nov 2003 11:05:55 +0000 (11:05 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Wed, 26 Nov 2003 11:05:55 +0000 (11:05 +0000)
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.

Makefile

index 1ab1b711ae2689c21957e7a3498f964b9b182dc8..562802d3c67e848e5bc60ab62005cabdf7f4e27d 100644 (file)
--- 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: