summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-11 15:52:34 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-11 15:52:34 +0100
commitc075292f8ffdb2976099b4a63bc1400ba278c72b (patch)
tree8ca936047d9d6a1ac572f9589a2fcc88ddd70728 /source4
parent4a603898c54d414dfcc14edb7daf5c5582f56e8c (diff)
downloadsamba-c075292f8ffdb2976099b4a63bc1400ba278c72b.tar.gz
samba-c075292f8ffdb2976099b4a63bc1400ba278c72b.tar.bz2
samba-c075292f8ffdb2976099b4a63bc1400ba278c72b.zip
Print warning when config.status doesn't exist and the user tries to
run make. (This used to be commit 8776a0d2badca9ebf39e27ba5e845d0f76f0834e)
Diffstat (limited to 'source4')
-rw-r--r--source4/Makefile4
1 files changed, 4 insertions, 0 deletions
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