depend on configure for config.mak so we can pick up changes
svn-id: r9617
This commit is contained in:
parent
51648f1f08
commit
e9ea6e45de
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -41,8 +41,10 @@ CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy
|
||||||
|
|
||||||
include Makefile.common
|
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 "you need to run ./configure before you can run make"
|
||||||
|
@echo "either you haven't run it before or it has changed"
|
||||||
@exit 1
|
@exit 1
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue