From 8547cf54afacbded8ba514c9e39660b0ee74ded7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 2 Oct 1998 09:50:24 +0000 Subject: [PATCH] * Makefile.in (cccp.o): Fix typo in last patch. From-SVN: r22748 --- gcc/ChangeLog | 4 ++++ gcc/Makefile.in | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2429346f42f..b2305564591 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +1998-10-02 Andreas Jaeger + + * Makefile.in (cccp.o): Fix typo in last patch. + Fri Oct 2 16:13:12 1998 J"orn Rennecke * t-sh (LIB1ASMFUNCS): Add _set_fpscr . diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 81e5fc9a13e..8898140cfc7 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1867,8 +1867,7 @@ cccp.o: cccp.c $(CONFIG_H) pcp.h version.c config.status system.h gansidecl.h \ -DGPLUSPLUS_INCLUDE_DIR=\"$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include/g++\" \ -DLOCAL_INCLUDE_DIR=\"$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include\" \ -DCROSS_INCLUDE_DIR=\"$(libsubdir)/$(unlibsubdir)/../$(target_alias)/sys-include\" \ - -DTOOL_INCLUDE_DIR=\"$(libsubdir)/$(unlibsubdir)/../$(target_alias)/in -clude\" \ + -DTOOL_INCLUDE_DIR=\"$(libsubdir)/$(unlibsubdir)/../$(target_alias)/include\" \ -c `echo $(srcdir)/cccp.c | sed 's,^\./,,'` cppmain$(exeext): cppmain.o cpplib.o cpphash.o cppalloc.o cpperror.o cppexp.o \