From 6fb01537462a326a139f0c2d975145b26cd54bbe Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 28 Sep 2004 13:48:45 +0000 Subject: Relevant BUGIDs: Purpose of commit: Commit summary: --------------- bugfix: * Merge patches from Red Hat (Bug 477000 and other - kukuk) * Fix pam_rhosts option parsing (Bug 922648 - kukuk) --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 562802d3..71136952 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,7 @@ DISTNAME=Linux-PAM -ifeq ($(shell test \! -f Make.Rules || echo yes),yes) - include Make.Rules -endif +-include Make.Rules THINGSTOMAKE = libpam libpamc libpam_misc modules doc examples @@ -30,7 +28,7 @@ prep: clean: if [ ! -f Make.Rules ]; then touch Make.Rules ; fi for i in $(THINGSTOMAKE) ; do $(MAKE) -C $$i clean ; done - rm -f security *~ *.orig *.rej Make.Rules #*# + rm -f security *~ *.orig *.rej #*# distclean: clean rm -f Make.Rules _pam_aconf.h @@ -75,4 +73,3 @@ release: cd .. ; tar zvfc $(DISTNAME)-$(MAJOR_REL).$(MINOR_REL).tar.gz \ --exclude CVS --exclude .cvsignore --exclude '.#*' \ $(DISTNAME)-$(MAJOR_REL).$(MINOR_REL)/* - -- cgit v1.2.3