diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-07-06 01:56:35 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-07-06 01:56:35 +0000 |
| commit | 23acab26cd1bc94ca25c24f3f1e849931a80f073 (patch) | |
| tree | 8e8f0a7a809bbffcbe23b0bb5dd332070d9a80e8 /src/util | |
| parent | d8efc7a90ccb6469e6b2fa6c9bbd011575197dc7 (diff) | |
* 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
Diffstat (limited to 'src/util')
| -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:: |
