*** Makefile.in.old Mon Dec 19 23:11:43 1994 --- Makefile.in Wed Jan 4 00:40:22 1995 *************** *** 14,22 **** # configure.in sets GCC_WARNFLAGS to the contents of $(srcdir)/Warn-flags # if gcc is being used (normally something like # -Wall -Wno-comments -Dno_RCSids) - CFLAGS = -g -O @GCC_WARNFLAGS@ LDSTATIC = @LDSTATIC@ ! LDFLAGS = -g -O $(LDSTATIC) prefix = /usr/local exec_prefix = $(prefix) --- 14,21 ---- # configure.in sets GCC_WARNFLAGS to the contents of $(srcdir)/Warn-flags # if gcc is being used (normally something like # -Wall -Wno-comments -Dno_RCSids) LDSTATIC = @LDSTATIC@ ! LDFLAGS = $(LDSTATIC) prefix = /usr/local exec_prefix = $(prefix)