aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.chill/Makefile.in')
-rw-r--r--gdb/testsuite/gdb.chill/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.chill/Makefile.in b/gdb/testsuite/gdb.chill/Makefile.in
index b7c8e8a..c8fe5fb 100644
--- a/gdb/testsuite/gdb.chill/Makefile.in
+++ b/gdb/testsuite/gdb.chill/Makefile.in
@@ -102,7 +102,7 @@ GDBFLAGS = -nx
#### host, target, and site specific Makefile frags come in here.
-EXECUTABLES = chillvars.exe result.exe \
+EXECUTABLES = chillvars.exe result.exe tuples.exe \
pr-4975.exe pr-5016.exe pr-5020.exe pr-5022.exe pr-5646.exe pr-5984.exe
all: $(EXECUTABLES)
@@ -118,7 +118,7 @@ pr-5646.o: pr-5646-grt.o
$(CHILL_FOR_TARGET) $(CHILLFLAGS) $(LDFLAGS) -o $*.exe $*.o $(CHILL_LIB) $(LIBS)
.ch.o:
- $(CHILL_FOR_TARGET) $(CHILLFLAGS) -fspecial_UC -c $<
+ $(CHILL_FOR_TARGET) $(CHILLFLAGS) -c $<
# Do 'make chillvars.check' to run just the chillvars.{ch,exp} test.