OSDN Git Service

* Makefile.in (cccp.o): Fix typo in last patch.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Oct 1998 09:50:24 +0000 (09:50 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Oct 1998 09:50:24 +0000 (09:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22748 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 2429346..b230556 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 81e5fc9..8898140 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 \