Add a blank install target so the top level makefile won't die.

This commit is contained in:
Rob Savoye 1993-05-28 04:31:51 +00:00
parent d0fa64ec33
commit 47a488df26
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ all: subdirs
.PHONY: check installcheck
check:
install:
installcheck:
.NOEXPORT:

View File

@ -28,6 +28,7 @@ all: subdirs
.PHONY: check installcheck
check:
install:
installcheck:
.NOEXPORT: