Commit 2f12fb2b by Nick Clifton Committed by Nick Clifton

c-parse.o: Locate source file in $(parsedir) not $(srcdir).

From-SVN: r62073
parent 9ae58faf
2003-01-29 Nick Clifton <nickc@redhat.com>
* Makefile.in (c-parse.o): Locate source file in $(parsedir)
not $(srcdir).
2003-01-29 Andrew Haley <aph@redhat.com>
* tree-inline.c (walk_tree): Add CHAR_TYPE.
......
......@@ -1212,7 +1212,7 @@ c-parse.o : $(parsedir)/c-parse.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(
$(GGC_H) intl.h $(C_TREE_H) input.h flags.h toplev.h output.h $(CPPLIB_H) \
varray.h gt-c-parse.h
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-c $(srcdir)/c-parse.c $(OUTPUT_OPTION)
-c $(parsedir)/c-parse.c $(OUTPUT_OPTION)
$(parsedir)/c-parse.c: $(parsedir)/c-parse.y
cd $(parsedir) && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment