aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/Makefile.in')
-rw-r--r--gdb/testsuite/gdb.base/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/Makefile.in b/gdb/testsuite/gdb.base/Makefile.in
index 18832c9..874fb8f 100644
--- a/gdb/testsuite/gdb.base/Makefile.in
+++ b/gdb/testsuite/gdb.base/Makefile.in
@@ -183,6 +183,8 @@ nodebug: nodebug.o
nodebug.o: nodebug.c
$(CC) -c $(srcdir)/nodebug.c
+ $(CC) -E $(srcdir)/compiler.c >nodebug.tmp
+ mv nodebug.tmp nodebug.ci
# For VPATH and Sun Make, we have to make explicit dependencies.
# DEC make doesn't seem to understand the ".u" dependency w/VPATH either.