diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2000-12-03 23:35:29 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2000-12-03 23:35:29 +0000 |
commit | 49ec7989a58fef13b7235116af8ae04bd736d421 (patch) | |
tree | a90593cfd8bce3c05269f28ac6245b029e87770c /Makefile | |
parent | d56ee3d363e0cb0512f5e911d6d69c26917db72d (diff) | |
download | pam-49ec7989a58fef13b7235116af8ae04bd736d421.tar.gz pam-49ec7989a58fef13b7235116af8ae04bd736d421.tar.bz2 pam-49ec7989a58fef13b7235116af8ae04bd736d421.zip |
Relevant BUGIDs: 124136
Purpose of commit: bugfix
Commit summary:
---------------
Makefile dependencies
pam_userdb did not compile on a Red Hat 5.2 system. It does now.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -42,12 +42,14 @@ Make.Rules: configure Make.Rules.in _pam_aconf.h.in @echo XXX - by hand, with the options you want. ./configure +_pam_aconf.h: Make.Rules + configure: configure.in - @$(MAKE) distclean @echo - @echo You do not appear to have a ./configure file. + @echo You do not appear to have an up-to-date ./configure file. @echo Please run autoconf, and then ./configure [..options..] @echo + @rm -f configure @exit 1 $(THINGSTOMAKE): _pam_aconf.h prep |