aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/Makefile.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2004-07-27 18:03:18 +0000
committerFrank Ch. Eigler <fche@gcc.gnu.org>2004-07-27 18:03:18 +0000
commitfc5515a8a069396531c8f33678a392a57f02f5fd (patch)
tree5e96c1cc127c61d5fadb32d5f5239c9b92d065e1 /libmudflap/Makefile.in
parent00bdb87f8e8107ade3abd37e37db8270a0016bc3 (diff)
downloadgcc-fc5515a8a069396531c8f33678a392a57f02f5fd.zip
gcc-fc5515a8a069396531c8f33678a392a57f02f5fd.tar.gz
gcc-fc5515a8a069396531c8f33678a392a57f02f5fd.tar.bz2
splay-tree.[ch]: Remove.
2004-07-27 Frank Ch. Eigler <fche@redhat.com> * splay-tree.[ch]: Remove. Merge contents into ... * mf-runtime.c: ... here, renaming symbols and making all functions static. Remove unused min/max functions. * Makefile.am: Forget about splay-tree.[ch]. * Makefile.in, testsuite/Makefile.in: Regenerated. From-SVN: r85224
Diffstat (limited to 'libmudflap/Makefile.in')
-rw-r--r--libmudflap/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmudflap/Makefile.in b/libmudflap/Makefile.in
index 2cec2e0..1b668fb 100644
--- a/libmudflap/Makefile.in
+++ b/libmudflap/Makefile.in
@@ -818,12 +818,11 @@ uninstall-info: uninstall-info-recursive
uninstall uninstall-am uninstall-includeHEADERS \
uninstall-info-am uninstall-toolexeclibLTLIBRARIES
-mf-runtime.lo: mf-runtime.c splay-tree.c splay-tree.h
clean-local:
rm -f pth/*.o pth/*.lo
-pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h splay-tree.c splay-tree.h
+pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
$(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-runtime.c -o $@
pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
$(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-heuristics.c -o $@