Add a blank install target so the top level makefile won't die.
This commit is contained in:
parent
d0fa64ec33
commit
47a488df26
@ -19,6 +19,7 @@ all: subdirs
|
||||
|
||||
.PHONY: check installcheck
|
||||
check:
|
||||
install:
|
||||
installcheck:
|
||||
|
||||
.NOEXPORT:
|
||||
|
@ -28,6 +28,7 @@ all: subdirs
|
||||
|
||||
.PHONY: check installcheck
|
||||
check:
|
||||
install:
|
||||
installcheck:
|
||||
|
||||
.NOEXPORT:
|
||||
|
Loading…
Reference in New Issue
Block a user