]> andersk Git - moira.git/commitdiff
fixup solaris templates
authormar <mar>
Tue, 4 May 1993 18:18:14 +0000 (18:18 +0000)
committermar <mar>
Tue, 4 May 1993 18:18:14 +0000 (18:18 +0000)
util/imake.includes/Imake.rules

index 5cf5ec76814c09835c7b39275ac2f4bb8088cfb6..c0f293a6a83efeeac19fbdfabd25b5fc69896483 100644 (file)
@@ -39,7 +39,7 @@
        $(CC) PROF_FLAG -c $(CFLAGS) $*.c                               @@\
        $(MV) $*.o profiled/$*.o                                        @@\
        $(CC) -c $(CFLAGS) $*.c                                         @@\
-       -$(LD) -x -r -o a.out $*.o                                      @@\
+       -$(LD) -r -o a.out $*.o                                         @@\
        $(MV) a.out $*.o
 #endif
 #else /* ! mips && ! _AIX */
This page took 1.217557 seconds and 5 git commands to generate.