From: Ken Raeburn Date: Sat, 6 Jul 2002 01:56:35 +0000 (+0000) Subject: * Makefile.in (SLIBSH): Use vertical-bar instead of comma for substituting CC X-Git-Tag: krb5-1.3-alpha1~607 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=23acab26cd1bc94ca25c24f3f1e849931a80f073;p=krb5.git * Makefile.in (SLIBSH): Use vertical-bar instead of comma for substituting CC in case the CC specified uses commas. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14612 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 + + * Makefile.in (SLIBSH): Use vertical-bar instead of comma for + substituting CC in case the CC specified uses commas. + 2002-06-15 Ken Raeburn * 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::