nice friendly message about having to run configure first

svn-id: r9616
This commit is contained in:
Jonathan Gray 2003-08-10 07:34:58 +00:00
parent 4ae8311b34
commit 51648f1f08

View File

@ -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)