From 51648f1f08101b8a25cb357c76ce88f1570f7820 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 10 Aug 2003 07:34:58 +0000 Subject: nice friendly message about having to run configure first svn-id: r9616 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e318f81f49..87110e0919 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,10 @@ CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy include Makefile.common +config.mak: + @echo "you need to run ./configure before you can run make" + @exit 1 + dist: $(RM) $(ZIPFILE) $(ZIP) $(ZIPFILE) $(DISTFILES) -- cgit v1.2.3