diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2429346f42f7..b23055645916 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 81e5fc9a13ed..8898140cfc7b 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 \