aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2000-12-03 23:35:29 +0000
committerAndrew G. Morgan <morgan@kernel.org>2000-12-03 23:35:29 +0000
commit49ec7989a58fef13b7235116af8ae04bd736d421 (patch)
treea90593cfd8bce3c05269f28ac6245b029e87770c /Makefile
parentd56ee3d363e0cb0512f5e911d6d69c26917db72d (diff)
downloadpam-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--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 26e0f468..2f57fff7 100644
--- a/Makefile
+++ b/Makefile
@@ -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