projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4fcc63
)
(cppmain.o): New rule.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 7 Dec 1996 23:05:10 +0000
(18:05 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 7 Dec 1996 23:05:10 +0000
(18:05 -0500)
From-SVN: r13237
gcc/Makefile.in
patch
|
blob
|
history
diff --git
a/gcc/Makefile.in
b/gcc/Makefile.in
index ff72925f39c9ad08487b4e26ff34e6bdabe923a7..7ef5cfb31d0142bb7442a246508f1cb5725ce85f 100644
(file)
--- a/
gcc/Makefile.in
+++ b/
gcc/Makefile.in
@@
-1716,6
+1716,8
@@
cppmain: cppmain.o cpplib.o cpphash.o cppalloc.o cpperror.o cppexp.o \
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ cppmain.o cpplib.o cpphash.o \
cppalloc.o cpperror.o cppexp.o version.o $(LIBS)
+cppmain.o: cppmain.c $(CONFIG_H) cpplib.h
+
cpplib.o: cpplib.c $(CONFIG_H) cpplib.h cpphash.h config.status
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \