aboutsummaryrefslogtreecommitdiff
path: root/binutils/mpw-make.sed
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-10-25 19:12:25 +0000
committerStan Shebs <shebs@codesourcery.com>1995-10-25 19:12:25 +0000
commite78d175068b505e7c5f38bca10f6039834d43fd8 (patch)
treea48cf1817f3a5a77814aae72bdaef449fb6cf65e /binutils/mpw-make.sed
parent270433ccae132660456e9fb8b1b297d6ee34eaeb (diff)
downloadgdb-e78d175068b505e7c5f38bca10f6039834d43fd8.zip
gdb-e78d175068b505e7c5f38bca10f6039834d43fd8.tar.gz
gdb-e78d175068b505e7c5f38bca10f6039834d43fd8.tar.bz2
* mpw-make.sed: Edit paths to generated y.tab.[ch] files.
Diffstat (limited to 'binutils/mpw-make.sed')
-rw-r--r--binutils/mpw-make.sed4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/mpw-make.sed b/binutils/mpw-make.sed
index 3f28e44..99259ce 100644
--- a/binutils/mpw-make.sed
+++ b/binutils/mpw-make.sed
@@ -48,8 +48,12 @@ BUILD_DLLTOOL = \
/lex.yy.c/s/^lex\.yy\.c/"{o}"lex.yy.c/
/arlex.c/s/"{s}"arlex\.c/"{o}"arlex.c/g
/arlex.c/s/^arlex\.c/"{o}"arlex.c/
+/y.tab.c/s/"{s}"y\.tab\.c/"{o}"y.tab.c/g
+/y.tab.c/s/^y\.tab\.c/"{o}"y.tab.c/
/arparse.c/s/"{s}"arparse\.c/"{o}"arparse.c/g
/arparse.c/s/^arparse\.c/"{o}"arparse.c/
+/y.tab.h/s/"{s}"y\.tab\.h/"{o}"y.tab.h/g
+/y.tab.h/s/^y\.tab\.h/"{o}"y.tab.h/
/arparse.h/s/"{s}"arparse\.h/"{o}"arparse.h/g
/arparse.h/s/^arparse\.h/"{o}"arparse.h/