diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 0b75390ac..eee5b0c77 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,8 @@ +2002-07-05 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in (SLIBSH): Use vertical-bar instead of comma for + substituting CC in case the CC specified uses commas. + 2002-06-15 Ken Raeburn <raeburn@mit.edu> * depfix.sed: Ignore header files under /mit/gnu/. Replace diff --git a/src/util/Makefile.in b/src/util/Makefile.in index 9ff1f397a..b46c286b2 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -9,7 +9,7 @@ MAC_SUBDIRS = profile et editsh = sed -e 's,@''ARADD''@,$(ARADD),g' -e 's,@''ARCHIVE''@,$(ARCHIVE),g' HOST_TYPE=@HOST_TYPE@ HAVE_GCC=@HAVE_GCC@ -SLIBSH=sed -e 's,@''CC''@,$(CC),g' -e 's,@''HOST_TYPE''@,$(HOST_TYPE),g' -e 's,@''HAVE_GCC''@,$(HAVE_GCC),g' +SLIBSH=sed -e 's|@''CC''@|$(CC)|g' -e 's,@''HOST_TYPE''@,$(HOST_TYPE),g' -e 's,@''HAVE_GCC''@,$(HAVE_GCC),g' all-recurse: libupdate makeshlib all-mac:: |
