* Makefile.in: Add check target.
This commit is contained in:
parent
e8f1743129
commit
35a0c9377f
|
@ -1,3 +1,7 @@
|
|||
2001-11-04 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.in: Add check target.
|
||||
|
||||
2001-11-02 Egor Duda <deo@logos-m.ru>
|
||||
|
||||
* libltp/lib/forker.c: Include proper header to avoid compiler
|
||||
|
|
|
@ -100,7 +100,7 @@ TESTSUP_OFILES:=${sort ${addsuffix .o,${basename ${notdir ${wildcard $(libltp_sr
|
|||
all_host=@all_host@
|
||||
install_host=@install_host@
|
||||
|
||||
all: $(TESTSUP_LIB_NAME)
|
||||
all check: $(TESTSUP_LIB_NAME)
|
||||
|
||||
force:
|
||||
|
||||
|
|
Loading…
Reference in New Issue