diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-18 18:29:02 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-18 18:29:02 +0000 |
commit | 0d45f4fee612e3985f87558cf1bedca1b9d818a1 (patch) | |
tree | 7ba72a3ef1c60947c8cc91963a01519f17f33e9a | |
parent | 7a59a77ef33c5c3f96f1aeb8f6f1c9e323311b46 (diff) | |
download | gcc-0d45f4fee612e3985f87558cf1bedca1b9d818a1.tar.gz |
* testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73708 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/testsuite/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 19129f7437b..6f51efbff8c 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2003-11-18 Ian Lance Taylor <ian@wasabisystems.com> + + * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a. + 2003-10-31 Andreas Jaeger <aj@suse.de> * floatformat.c (floatformat_always_valid): Add unused attribute. diff --git a/libiberty/testsuite/Makefile.in b/libiberty/testsuite/Makefile.in index 515dcd56b7e..6f2a4fe4b39 100644 --- a/libiberty/testsuite/Makefile.in +++ b/libiberty/testsuite/Makefile.in @@ -49,7 +49,7 @@ check-cplus-dem: test-demangle $(srcdir)/demangle-expected ./test-demangle < $(srcdir)/demangle-expected TEST_COMPILE = $(CC) @DEFS@ $(LIBCFLAGS) -I.. -I$(INCDIR) $(HDEFINES) -test-demangle: $(srcdir)/test-demangle.c +test-demangle: $(srcdir)/test-demangle.c ../libiberty.a $(TEST_COMPILE) -o test-demangle \ $(srcdir)/test-demangle.c ../libiberty.a |