Clean up Makefile.in make check targets.
Some of the Makefile.in files were missing a check target. This patch adds them where needed.
This commit is contained in:
parent
26ee14c7dd
commit
09c7578d1e
|
|
@ -49,6 +49,8 @@ LDFLAGS = @LDFLAGS@
|
|||
|
||||
all: dep iverilog@EXEEXT@
|
||||
|
||||
check: all
|
||||
|
||||
clean:
|
||||
rm -f *.o lexor.c parse.c parse.h parse.output
|
||||
rm -f cflexor.c cfparse.c cfparse.h cfparse.output
|
||||
|
|
|
|||
|
|
@ -45,6 +45,8 @@ LDFLAGS = @LDFLAGS@
|
|||
|
||||
all: ivlpp@EXEEXT@
|
||||
|
||||
check: all
|
||||
|
||||
clean:
|
||||
rm -f *.o lexor.c ivlpp@EXEEXT@
|
||||
|
||||
|
|
|
|||
|
|
@ -74,8 +74,6 @@ distclean: clean
|
|||
Makefile: $(srcdir)/Makefile.in ../config.status
|
||||
../config.status --file=$@
|
||||
|
||||
check: all
|
||||
|
||||
install: all installdirs $(libdir)/ivl$(suffix)/null.tgt $(INSTALL_DOC) $(libdir)/ivl$(suffix)/null.conf $(libdir)/ivl$(suffix)/null-s.conf
|
||||
|
||||
$(libdir)/ivl$(suffix)/null.tgt: ./null.tgt
|
||||
|
|
|
|||
|
|
@ -72,8 +72,6 @@ clean:
|
|||
distclean: clean
|
||||
rm -f Makefile config.log
|
||||
|
||||
check: all
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in ../config.status
|
||||
../config.status --file=$@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue