From c075292f8ffdb2976099b4a63bc1400ba278c72b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 11 Feb 2008 15:52:34 +0100 Subject: Print warning when config.status doesn't exist and the user tries to run make. (This used to be commit 8776a0d2badca9ebf39e27ba5e845d0f76f0834e) --- source4/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4') diff --git a/source4/Makefile b/source4/Makefile index e734b01834..a5f32e19d6 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -164,6 +164,10 @@ uninstallheader:: uninstallman:: @$(SHELL) $(srcdir)/script/uninstallman.sh $(DESTDIR)$(mandir) $(MANPAGES) +config.status: + @echo "config.status does not exist. Please run ./configure." + @/bin/false + data.mk: config.status $(MK_FILES) ./config.status -- cgit