diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-08-29 21:22:35 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-08-29 21:22:35 +0000 |
| commit | 9f8a02c8c6398ea0cb6889123c112d1e38d97d96 (patch) | |
| tree | 280cf6571564e9ca944c240c05d31d9f4ea2978a /src | |
| parent | 39e07355cceab2a7727f49f390ccf378873a8792 (diff) | |
| download | krb5-9f8a02c8c6398ea0cb6889123c112d1e38d97d96.tar.gz krb5-9f8a02c8c6398ea0cb6889123c112d1e38d97d96.tar.xz krb5-9f8a02c8c6398ea0cb6889123c112d1e38d97d96.zip | |
drop SS_DEPS from last change
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14801 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 2 | ||||
| -rw-r--r-- | src/config/win-pre.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index b515450a5..45dab8f60 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -9,7 +9,7 @@ configure substitutions. (COM_ERR_LIB): Always define as -lcom_err. - * win-pre.in (COM_ERR_DEPS, SS_DEPS): New variables. + * win-pre.in (COM_ERR_DEPS): New variable. * shlib.conf: Use $(LDFLAGS) in CC_LINK_SHARED and CC_LINK_STATIC, after other options. diff --git a/src/config/win-pre.in b/src/config/win-pre.in index 98c1c9e5c..b6cfd0bc4 100644 --- a/src/config/win-pre.in +++ b/src/config/win-pre.in @@ -173,7 +173,6 @@ WLIB= KRB4_INCLUDES=-I$(BUILDTOP)/include/kerberosIV COM_ERR_DEPS = $(BUILDTOP)/include/com_err.h -SS_DEPS = $(BUILDTOP)/include/ss/ss.h $(BUILDTOP)/include/ss/ss_err.h ARADD=rem RANLIB=rem |
