From 8e75c66582868ef647aa80f3d36c0985e0b394b8 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 13 Jul 2003 20:01:44 +0000 Subject: Relevant BUGIDs: 770645 Purpose of commit: cleanup Commit summary: --------------- Fix the many compile-time warnings caused by features.h being included before our _pam_aconf.h. This should make it much easier to find other bugs. Also, call config.status instead of configure, to allow rebuilding generated files with the same options. --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 06c162fd..d4afd221 100644 --- a/Makefile +++ b/Makefile @@ -41,10 +41,8 @@ maintainer-clean: distclean # NB _pam_aconf.h.in changes will remake this too Make.Rules: configure Make.Rules.in _pam_aconf.h.in - @echo XXX - not sure how to preserve past configure options.. - @echo XXX - so not attempting to. Feel free to run ./configure - @echo XXX - by hand, with the options you want. - ./configure + ./config.status --recheck + ./config.status _pam_aconf.h: Make.Rules -- cgit v1.2.3