From e9ea6e45de5200d38468cb9fdb03d274557fb27f Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 10 Aug 2003 07:47:47 +0000 Subject: [PATCH] depend on configure for config.mak so we can pick up changes svn-id: r9617 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87110e0919b..8a5f41b99eb 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,10 @@ CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy include Makefile.common -config.mak: +# check if configure has been run or has been changed since last run +config.mak: configure @echo "you need to run ./configure before you can run make" + @echo "either you haven't run it before or it has changed" @exit 1 dist: