Use ":", not "/bin/true" for ranlib on SYSV
authorJohn Carr <jfc@mit.edu>
Thu, 6 Jun 1991 23:52:08 +0000 (23:52 +0000)
committerJohn Carr <jfc@mit.edu>
Thu, 6 Jun 1991 23:52:08 +0000 (23:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2159 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Imake.tmpl

index 16cf7313bc7f1d124cc435e46275a44e7811632c..86ef9fdee51cd694d9401fc83b959784ba54eb6b 100644 (file)
 #ifndef MvCmd
 #define MvCmd mv
 #endif
-#ifndef RanlibCmd
-#if SystemV
-#define RanlibCmd /bin/true
-#else
+#if !defined(RanlibCmd) && !SystemV
 #define RanlibCmd ranlib
 #endif
-#endif
 #ifndef RanlibInstFlags
 #define RanlibInstFlags /**/
 #endif
              MAKE = MakeCmd
                MV = MvCmd
                CP = CpCmd
+#ifdef RanlibCmd
            RANLIB = RanlibCmd
+#else
+           RANLIB = \:
+#endif
   RANLIBINSTFLAGS = RanlibInstFlags
                RM = RmCmd
      STD_INCLUDES = StandardIncludes