Ticket #32804: patch-makefile.u.diff

File patch-makefile.u.diff, 425 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)
  • makefile.u

    old new  
    2020# compile, then strip unnecessary symbols
    2121.c.o:
    2222        $(CC) -c -DSkip_f2c_Undefs $(CFLAGS) $*.c
    23         ld -r -x -o $*.xxx $*.o
    24         mv $*.xxx $*.o
    2523## Under Solaris (and other systems that do not understand ld -x),
    2624## omit -x in the ld line above.
    2725## If your system does not have the ld command, comment out