From b870ab911b8f8f2746d7d7b7408c6babcec6df07 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 Dec 1995 17:53:17 +0000 Subject: [PATCH] removed -lefence (just temporary) CVS patchset: 12 CVS date: 1995/12/12 17:53:17 --- Makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 9a1eab7..9576f58 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,18 +4,16 @@ PROGS = build WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes DEBUG = -g -OPTS = +OPTS = -O2 CFLAGS = $(WARNINGS) $(DEBUG) $(OPTS) -Ilib LDFLAGS = $(DEBUG) -Llib LOADLIBES = -lrpm -EFENCE = #-lefence all: make-subdirs $(OBJS) $(PROGS) make-subdirs: for d in $(SUBDIRS); do \ - (cd $$d; $(MAKE) CFLAGS="$(CFLAGS)" OPTS="$(OPTS)" \ - WARNINGS="$(WARNINGS)" EFENCE=$(EFENCE)) ;\ + (cd $$d; $(MAKE)) ;\ done build: build.o spec.o -- 2.7.4