diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-09-28 13:48:45 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-09-28 13:48:45 +0000 |
commit | 6fb01537462a326a139f0c2d975145b26cd54bbe (patch) | |
tree | 5cc76f47e9687823164fa214fb801ce0f37a0766 /Makefile | |
parent | 328d7328e5b4ea8d60164ce874bada2f4f58a201 (diff) | |
download | pam-6fb01537462a326a139f0c2d975145b26cd54bbe.tar.gz pam-6fb01537462a326a139f0c2d975145b26cd54bbe.tar.bz2 pam-6fb01537462a326a139f0c2d975145b26cd54bbe.zip |
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)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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)/* - |