aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-07-20 16:38:49 +0000
committerKen Raeburn <raeburn@cygnus>1993-07-20 16:38:49 +0000
commit820c446cce71ab28db8f3d1f925e2658c0a10376 (patch)
treea2517ecc7573db61bedc861344d3c6c039be41e9 /ld/Makefile.in
parent0750b974c01006b8e78328b5a2ac7fefb529ae0f (diff)
downloadgdb-820c446cce71ab28db8f3d1f925e2658c0a10376.zip
gdb-820c446cce71ab28db8f3d1f925e2658c0a10376.tar.gz
gdb-820c446cce71ab28db8f3d1f925e2658c0a10376.tar.bz2
Make emul-list.h depend on Makefile, so changes to EMULATION_OFILES get
reflected.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 61784ef..93eb648 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -190,7 +190,7 @@ DEF_EMUL = ` if [ -z "$(EMUL)" ] ; then \
ldmain.o: ldmain.c
$(CC) -c $(INCLUDES) $(HDEFINES) $(TDEFINES) $(CDEFINES) $(DEF_EMUL) -DSCRIPTDIR='"$(scriptdir)"' $(CFLAGS) $<
-ldemul-list.h:
+ldemul-list.h: Makefile
(echo "/* This file is automatically generated. DO NOT EDIT! */";\
for f in `echo " " ${EMULATION_OFILES} "" \
| sed -e 's/em_/ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \