* Makefile.in: Oops. Revert previous change. Add Makefile/Makefile.in

dependency.
This commit is contained in:
Christopher Faylor 2001-11-04 05:14:16 +00:00
parent 35a0c9377f
commit c5900b959b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-11-04 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Oops. Revert previous change. Add Makefile/Makefile.in
dependency.
2001-11-04 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Add check target.

View File

@ -100,7 +100,7 @@ TESTSUP_OFILES:=${sort ${addsuffix .o,${basename ${notdir ${wildcard $(libltp_sr
all_host=@all_host@
install_host=@install_host@
all check: $(TESTSUP_LIB_NAME)
all: $(TESTSUP_LIB_NAME)
force:
@ -183,5 +183,7 @@ check: $(TESTSUP_LIB_NAME) $(RUNTIME) testsuite/site.exp
PATH=$${rootme}/../cygwin:$${PATH} ;\
$(RUNTEST) --tool winsup $(RUNTESTFLAGS)
Makefile: Makefile.in $(srcdir)/configure.in config.status
$(SHELL) config.status
#