diff options
author | Per Bothner <per@bothner.com> | 1996-01-12 01:37:28 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1996-01-12 01:37:28 +0000 |
commit | f22d1530fc1515a5818e21ff51af2249737b0dc9 (patch) | |
tree | ac8a33d424f6d2aca501a4ef505de1981b619b8c /gdb/testsuite/gdb.chill/Makefile.in | |
parent | 3c69d5fe52d0e4cafd43f9503320a4c2946defa6 (diff) | |
download | gdb-f22d1530fc1515a5818e21ff51af2249737b0dc9.zip gdb-f22d1530fc1515a5818e21ff51af2249737b0dc9.tar.gz gdb-f22d1530fc1515a5818e21ff51af2249737b0dc9.tar.bz2 |
* Makefile.in (PROGS): Removed.
(clean mostlyclean): Remove *.exe rather than ${PROGS}.
Diffstat (limited to 'gdb/testsuite/gdb.chill/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.chill/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.chill/Makefile.in b/gdb/testsuite/gdb.chill/Makefile.in index ecf23ae..75b5f4f 100644 --- a/gdb/testsuite/gdb.chill/Makefile.in +++ b/gdb/testsuite/gdb.chill/Makefile.in @@ -1,11 +1,6 @@ srcdir = @srcdir@ VPATH = @srcdir@ -PROGS = builtins.exe callch.exe chillvars.exe misc.exe result.exe \ - string.exe tests1.exe tests2.exe tuples.exe \ - pr-4975.exe pr-5016.exe pr-5020.exe pr-5022.exe pr-5646.exe \ - pr-5984.exe pr-6292.exe pr-6632.exe pr-8136.exe pr-8405.exe - all: @echo "Nothing to be done for all..." @@ -22,7 +17,7 @@ all: EXPECT=${EXPECT} clean mostlyclean: - -rm -f *.o $OBJS} ${PROGS} *~ core + -rm -f *.o $OBJS} *.exe *~ core distclean maintainer-clean realclean: clean -rm -f Makefile config.status |