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 20 20 # compile, then strip unnecessary symbols 21 21 .c.o: 22 22 $(CC) -c -DSkip_f2c_Undefs $(CFLAGS) $*.c 23 ld -r -x -o $*.xxx $*.o24 mv $*.xxx $*.o25 23 ## Under Solaris (and other systems that do not understand ld -x), 26 24 ## omit -x in the ld line above. 27 25 ## If your system does not have the ld command, comment out