diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-20 17:24:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-20 17:24:12 +0000 |
commit | 582433a889e040e07ed76f86766b815f49537035 (patch) | |
tree | 80ba027cee40fbd4cde554f0a6eaa8a6a9d8b976 /gdb/testsuite/gdb.chill | |
parent | 0312401c7a13cd64045e0b883d63e3a9e1712942 (diff) | |
download | gdb-582433a889e040e07ed76f86766b815f49537035.zip gdb-582433a889e040e07ed76f86766b815f49537035.tar.gz gdb-582433a889e040e07ed76f86766b815f49537035.tar.bz2 |
add maintainer-clean Makefile targets
Diffstat (limited to 'gdb/testsuite/gdb.chill')
-rw-r--r-- | gdb/testsuite/gdb.chill/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/Makefile.in b/gdb/testsuite/gdb.chill/Makefile.in index 0c09c27..b99f2dc 100644 --- a/gdb/testsuite/gdb.chill/Makefile.in +++ b/gdb/testsuite/gdb.chill/Makefile.in @@ -176,7 +176,7 @@ just-check: clean mostlyclean: -rm -f *~ core *.o a.out xgdb *.x $(EXECUTABLES) -distclean realclean: clean +distclean maintainer-clean realclean: clean -rm -f *~ core *.log *.plog *.sum *.psum site.* -rm -f Makefile config.status *-init.exp -rm -fr *.log summary detail *.plog *.sum *.psum site.* |