aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2004-09-17 20:25:06 +0000
committerTom Yu <tlyu@mit.edu>2004-09-17 20:25:06 +0000
commit1d86adfddba0d4378733e0ad32054308d7078f43 (patch)
tree9a93f14c784dea704091ce426f52517509ccb2dd /src/ChangeLog
parentf1f81093467a67803b2ec797f832d34238365952 (diff)
downloadkrb5-1d86adfddba0d4378733e0ad32054308d7078f43.zip
krb5-1d86adfddba0d4378733e0ad32054308d7078f43.tar.gz
krb5-1d86adfddba0d4378733e0ad32054308d7078f43.tar.bz2
Use a new variable, $(INSTALL_SCRIPT) to install scripts, so they
won't get stripped when someone does "make install-strip". ticket: new tags: pullup target_version: 1.3.6 component: krb5-build git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16767 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e1ff2a..82ae263 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
2004-09-17 Tom Yu <tlyu@mit.edu>
+ * Makefile.in (install-unix): Use $(INSTALL_SCRIPT) for scripts.
+
* aclocal.m4 (AC_LIBRARY_NET): Look for res_search() prototype,
then for symbol in library, in case there's symbol renaming
happening in the headers. Clean up some style nits.