*** Makefile.orig Sat Jun 1 04:11:00 1996 --- Makefile Wed Nov 27 13:01:22 1996 *************** *** 30,43 **** # # CC = bcc # CC = cl ! CC = gcc # # COPTS are the options (if any) for compilation # # COPTS = -c -ml # COPTS = -c -AL # COPTS = -c -DNO_STRUPR -O2 ! COPTS = -c -ansi -Wall -DNO_STRDUP -DNO_STRUPR -O2 # # LOPTS are linker options (if any) # --- 30,44 ---- # # CC = bcc # CC = cl ! # CC = gcc # # COPTS are the options (if any) for compilation # # COPTS = -c -ml # COPTS = -c -AL # COPTS = -c -DNO_STRUPR -O2 ! # COPTS = -c -ansi -Wall -DNO_STRDUP -DNO_STRUPR -O2 ! COPTS = ${CFLAGS} -c -Wall -DNO_STRUPR # # LOPTS are linker options (if any) #