From 44d9bdbac81151b178c979a8e274c73a281fc34e Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 26 Nov 2003 11:05:55 +0000 Subject: 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. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3