[BACK]Return to pcc.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / pcc

File: [local] / OpenXM / src / pcc / pcc.diff (download)

Revision 1.4, Tue Mar 23 06:32:44 2021 UTC (3 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.3: +25 -70 lines

Updated to ver.20210323

diff -ubBr Makefile.in.orig Makefile.in
--- Makefile.in.orig	2011-06-07 22:56:05.000000000 +0900
+++ Makefile.in	2021-03-23 14:57:31.896967000 +0900
@@ -5,7 +5,7 @@
 
 @SET_MAKE@
 
-ALL_SUBDIRS=	cc
+ALL_SUBDIRS=	cpp
 DIST_SUBDIRS=	$(ALL_SUBDIRS) f77
 
 all install clean:
diff -ubBr configure.orig configure
--- configure.orig	2020-06-13 23:55:53.000000000 +0900
+++ configure	2021-03-23 15:00:01.478465000 +0900
@@ -5445,7 +5445,7 @@
 _ACEOF
 
 
-ac_config_files="$ac_config_files Makefile cc/Makefile cc/cc/Makefile cc/cpp/Makefile cc/ccom/Makefile cc/cxxcom/Makefile cc/driver/Makefile f77/Makefile f77/f77/Makefile f77/fcom/Makefile"
+ac_config_files="$ac_config_files Makefile cpp/Makefile"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -6143,7 +6143,7 @@
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "cc/Makefile") CONFIG_FILES="$CONFIG_FILES cc/Makefile" ;;
     "cc/cc/Makefile") CONFIG_FILES="$CONFIG_FILES cc/cc/Makefile" ;;
-    "cc/cpp/Makefile") CONFIG_FILES="$CONFIG_FILES cc/cpp/Makefile" ;;
+    "cpp/Makefile") CONFIG_FILES="$CONFIG_FILES cpp/Makefile" ;;
     "cc/ccom/Makefile") CONFIG_FILES="$CONFIG_FILES cc/ccom/Makefile" ;;
     "cc/cxxcom/Makefile") CONFIG_FILES="$CONFIG_FILES cc/cxxcom/Makefile" ;;
     "cc/driver/Makefile") CONFIG_FILES="$CONFIG_FILES cc/driver/Makefile" ;;
diff -ubBr cc/cpp/Makefile.in.orig cpp/Makefile.in
--- cc/cpp/Makefile.in.orig	2020-06-29 22:37:18.000000000 +0900
+++ cc/cpp/Makefile.in	2021-03-23 15:04:06.518851000 +0900
@@ -32,7 +32,7 @@
 MDIR=$(top_srcdir)/arch/$(TARGMACH)
 COMMONDIR=$(top_srcdir)/common
 
-DEST=@BINPREFIX@cpp$(EXEEXT)
+DEST=@BINPREFIX@ox_cpp$(EXEEXT)
 MANPAGE=@BINPREFIX@cpp
 
 all: $(DEST)