* Makefile.in (SLIBSH): Use vertical-bar instead of comma for substituting CC
authorKen Raeburn <raeburn@mit.edu>
Sat, 6 Jul 2002 01:56:35 +0000 (01:56 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 6 Jul 2002 01:56:35 +0000 (01:56 +0000)
in case the CC specified uses commas.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14612 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/Makefile.in

index 0b75390acda0d2072caaefc6dbb875d8db0a4cfb..eee5b0c7735774f49e5c0a0dd73d854da821ad04 100644 (file)
@@ -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
index 9ff1f397ac045e90974cb03df0518638c11dba40..b46c286b250b0480e9782d7b8b4e983e4cb698dd 100644 (file)
@@ -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::