diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-12-27 19:34:34 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-12-27 19:34:34 +0000 |
commit | eaf26d834d99a700d307fbdf98752f1e81fe6134 (patch) | |
tree | 906f237670a8bf8653783914cb9d2e783b51749f /gcc/cp/Make-lang.in | |
parent | 4747587880166b33e57209e8dd2bb6cbbb1865a3 (diff) | |
download | gcc-eaf26d834d99a700d307fbdf98752f1e81fe6134.tar.gz |
90th Cygnus<->FSF quick merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13343 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/Make-lang.in')
-rw-r--r-- | gcc/cp/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index c4400b346a4..d10f9779724 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.in @@ -76,7 +76,7 @@ g++.c: $(srcdir)/gcc.c ln -s $(srcdir)/gcc.c $@ || cp $(srcdir)/gcc.c $@ g++spec.o: $(srcdir)/cp/g++spec.c - $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< + $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/cp/g++spec.c # N.B.: This is a copy of the gcc.o rule, with -DLANG_SPECIFIC_DRIVER added. # It'd be nice if we could find an easier way to do this---rather than have |