Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-11-04 08:14:16 +0300
committerChristopher Faylor <me@cgf.cx>2001-11-04 08:14:16 +0300
commitc5900b959bf9583784de7b052bb3be67a01a3d2e (patch)
tree7c44ed3e2b8536bc5812bcf77f69025ddfcde74c
parent35a0c9377f0a475e45b68d5556072dfed87c1d5d (diff)
* Makefile.in: Oops. Revert previous change. Add Makefile/Makefile.in
dependency.
-rw-r--r--winsup/testsuite/ChangeLog5
-rw-r--r--winsup/testsuite/Makefile.in4
2 files changed, 8 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index be0fd9b85..bba578197 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -1,5 +1,10 @@
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.
2001-11-02 Egor Duda <deo@logos-m.ru>
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in
index d49ec856e..a620519e6 100644
--- a/winsup/testsuite/Makefile.in
+++ b/winsup/testsuite/Makefile.in
@@ -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
#