Add missing check target in some Makefile.in files.

This patch adds a check target to the Makefile.in files in the
tgt-null, tgt-stub and vpi directories.
This commit is contained in:
Cary R 2008-01-11 15:58:41 -08:00 committed by Stephen Williams
parent 7157a68d08
commit e18b64768e
3 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,8 @@ clean:
distclean: clean
rm -f Makefile config.status config.log config.cache
check: all
install: all installdirs $(libdir)/ivl/null.tgt $(INSTALL_DOC) $(libdir)/ivl/null.conf $(libdir)/ivl/null-s.conf
$(libdir)/ivl/null.tgt: ./null.tgt

View File

@ -71,6 +71,8 @@ clean:
distclean: clean
rm -f Makefile config.status config.log
check: all
install: all installdirs $(libdir)/ivl/stub.tgt \
$(libdir)/ivl/stub.conf $(libdir)/ivl/stub-s.conf

View File

@ -124,6 +124,8 @@ clean:
distclean: clean
rm -f Makefile config.status config.log vpi_config.h
check: all
install: all installdirs $(vpidir)/system.vpi $(libdir)/ivl/system.sft $(INSTALL32)
$(vpidir)/system.vpi: ./system.vpi