diff options
| author | Greg Hudson <ghudson@mit.edu> | 2013-05-16 14:21:12 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2013-05-16 20:09:27 -0400 |
| commit | 4b0985f8573840838bcfa8ec1df3dcd39a3dbf15 (patch) | |
| tree | a9ac284b8ef9000f968cb610cc8ff79061e8293b /src/util/ss | |
| parent | 780b34cd19c0360458395e87f35550e9803a5194 (diff) | |
| download | krb5-4b0985f8573840838bcfa8ec1df3dcd39a3dbf15.tar.gz krb5-4b0985f8573840838bcfa8ec1df3dcd39a3dbf15.tar.xz krb5-4b0985f8573840838bcfa8ec1df3dcd39a3dbf15.zip | |
Reduce boilerplate in makefiles
Provide default values in pre.in for PROG_LIBPATH, PROG_RPATH,
SHLIB_DIRS, SHLIB_RDIRS, and STOBJLISTS so that they don't have to be
specified in the common case. Rename KRB5_RUN_ENV and KRB5_RUN_VARS
to RUN_SETUP (already the most commonly used name) and RUN_VARS. Make
sure to use DEFINES for local defines (not DEFS). Remove some other
unnecessary makefile content.
Diffstat (limited to 'src/util/ss')
| -rw-r--r-- | src/util/ss/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in index 07b36cb69..0e2e47d43 100644 --- a/src/util/ss/Makefile.in +++ b/src/util/ss/Makefile.in @@ -1,7 +1,6 @@ mydir=util$(S)ss BUILDTOP=$(REL)..$(S).. SED = sed -DEFS= INSTALLLIB=cp INSTALLFILE=cp @@ -15,8 +14,6 @@ LIBMAJOR=1 LIBMINOR=0 RELDIR=../util/ss -STOBJLISTS=OBJS.ST - clean-unix:: clean-liblinks clean-libs clean-libobjs install-unix:: install-libs |
