* objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).

From-SVN: r62127
This commit is contained in:
Loren J. Rittle 2003-01-30 05:17:56 +00:00 committed by Loren J. Rittle
parent 266a9ef1e8
commit f1d5271a09
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-01-30 Loren James Rittle <ljrittle@acm.org>
* objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
2003-01-30 Alexandre Oliva <aoliva@redhat.com>
* config/fp-bit.h (__make_dp): Declare if TMODES.
@ -4345,7 +4349,7 @@ Thu Dec 19 23:44:09 2002 J"orn Rennecke <joern.rennecke@superh.com>
* alloc-pool.c: New file.
* alloc-pool.h: New file.
2002-12-18 Loren James Rittle <rittle@labs.mot.com>
2002-12-18 Loren James Rittle <ljrittle@acm.org>
* gcc.c (validate_switches): Robustify against skipping past '\0'.

View File

@ -84,7 +84,7 @@ $(parsedir)/objc/objc-parse.c : $(parsedir)/objc/objc-parse.y
false ; \
fi
$(parsedir)/objc/objc-parse.y: $(parsedir)/c-parse.in
$(parsedir)/objc/objc-parse.y: $(srcdir)/c-parse.in
echo '/*WARNING: This file is automatically generated!*/' >tmp-objc-prs.y
sed -e "/^ifc$$/,/^end ifc$$/d" \
-e "/^ifobjc$$/d" -e "/^end ifobjc$$/d" \