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:
parent
7157a68d08
commit
e18b64768e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue