From: Per Bothner Date: Fri, 12 Jan 1996 01:37:28 +0000 (+0000) Subject: * Makefile.in (PROGS): Removed. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f22d1530fc1515a5818e21ff51af2249737b0dc9;p=binutils-gdb.git * Makefile.in (PROGS): Removed. (clean mostlyclean): Remove *.exe rather than ${PROGS}. --- diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index 1195ce9b6c9..ae8c47d917c 100644 --- a/gdb/testsuite/gdb.chill/ChangeLog +++ b/gdb/testsuite/gdb.chill/ChangeLog @@ -1,5 +1,8 @@ Thu Jan 11 17:34:01 1996 Per Bothner + * Makefile.in (PROGS): Removed. + (clean mostlyclean): Remove *.exe rather than ${PROGS}. + * pr-8742.ch, pr-8742.exp: New test case. Tue Jan 9 04:47:27 1996 Wilfried Moser (Alcatel) diff --git a/gdb/testsuite/gdb.chill/Makefile.in b/gdb/testsuite/gdb.chill/Makefile.in index ecf23ae6e9e..75b5f4fed47 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