* Makefile.in (cccp.o): Fix typo in last patch.
authorAndreas Jaeger <aj@arthur.rhein-neckar.de>
Fri, 2 Oct 1998 09:50:24 +0000 (09:50 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 2 Oct 1998 09:50:24 +0000 (03:50 -0600)
From-SVN: r22748

gcc/ChangeLog
gcc/Makefile.in

index 2429346f42f7356067efcd4f2067a42f492679e2..b23055645916373da69be0b1f9d500ea1f7ec458 100644 (file)
@@ -1,3 +1,7 @@
+1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * Makefile.in (cccp.o): Fix typo in last patch.
+
 Fri Oct  2 16:13:12 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * t-sh (LIB1ASMFUNCS): Add _set_fpscr .
index 81e5fc9a13ed368671b723f14926bbcc79bfc01c..8898140cfc7b9b2780487fe2cefa1ced95310e76 100644 (file)
@@ -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 \