Add a blank install target so the top level make won't die.
This commit is contained in:
parent
6c69b6bde1
commit
d0fa64ec33
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ all: subdirs
|
|||
|
||||
.PHONY: check installcheck
|
||||
check:
|
||||
install:
|
||||
installcheck:
|
||||
|
||||
.NOEXPORT:
|
||||
|
|
Loading…
Reference in a new issue