diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-09-05 15:22:22 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-09-05 15:22:22 +0000 |
| commit | e4c23bcab9702f62084eef09929485d261572982 (patch) | |
| tree | b69773a3f17708912e3cfd6c1abde0a830b94a38 /src | |
| parent | 6169a66d6ca62a9f88bb4bd53b264cc44698a145 (diff) | |
| download | krb5-e4c23bcab9702f62084eef09929485d261572982.tar.gz krb5-e4c23bcab9702f62084eef09929485d261572982.tar.xz krb5-e4c23bcab9702f62084eef09929485d261572982.zip | |
add LDLOCATIONS flags
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1088 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/Imake.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config/Imake.tmpl b/src/config/Imake.tmpl index 5363b4a0a..28293d423 100644 --- a/src/config/Imake.tmpl +++ b/src/config/Imake.tmpl @@ -535,6 +535,9 @@ #ifndef LdCombineFlags #define LdCombineFlags -X -r #endif +#ifndef LdLibLocations +#define LdLibLocations /**/ +#endif #ifndef CompatibilityFlags #define CompatibilityFlags /**/ #endif @@ -578,6 +581,7 @@ PREPROCESSCMD = PreProcessCmd $(STD_CPP_DEFINES) /* prefered; mdep */ INSTALL = InstallCmd LD = LdCmd + LDLOCATIONS = LdLibLocations LINT = LintCmd LINTLIBFLAG = LintLibFlag LINTOPTS = LintOpts @@ -659,7 +663,7 @@ STDC_TOP_INCLUDES = STDCTopIncludes CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES) - LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) + LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(LDLOCATIONS) LDCOMBINEFLAGS = LdCombineFlags MACROFILE = MacroFile |
