add LDLOCATIONS flags
authorJohn Kohl <jtkohl@mit.edu>
Wed, 5 Sep 1990 15:22:22 +0000 (15:22 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 5 Sep 1990 15:22:22 +0000 (15:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1088 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Imake.tmpl

index 5363b4a0a4e1546e0a52cfdcd7a340b4825f493e..28293d423f7cf71dcf4bdd1af71e1e513d2e07cf 100644 (file)
 #ifndef LdCombineFlags
 #define LdCombineFlags -X -r
 #endif
+#ifndef LdLibLocations
+#define LdLibLocations /**/
+#endif
 #ifndef CompatibilityFlags
 #define CompatibilityFlags /**/
 #endif
     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