diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2003-11-26 11:05:55 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2003-11-26 11:05:55 +0000 |
commit | 44d9bdbac81151b178c979a8e274c73a281fc34e (patch) | |
tree | d33d2932c98fccc54e4c0454033dd055b257a431 | |
parent | 9ab56e3be6dc9a7df2812a64c3d7acbfd385d9fc (diff) | |
download | pam-44d9bdbac81151b178c979a8e274c73a281fc34e.tar.gz pam-44d9bdbac81151b178c979a8e274c73a281fc34e.tar.bz2 pam-44d9bdbac81151b178c979a8e274c73a281fc34e.zip |
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.
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: |