aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2003-11-26 11:05:55 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2003-11-26 11:05:55 +0000
commit44d9bdbac81151b178c979a8e274c73a281fc34e (patch)
treed33d2932c98fccc54e4c0454033dd055b257a431 /Makefile
parent9ab56e3be6dc9a7df2812a64c3d7acbfd385d9fc (diff)
downloadpam-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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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: