removed -lefence (just temporary)
authorroot <devnull@localhost>
Tue, 12 Dec 1995 17:53:17 +0000 (17:53 +0000)
committerroot <devnull@localhost>
Tue, 12 Dec 1995 17:53:17 +0000 (17:53 +0000)
CVS patchset: 12
CVS date: 1995/12/12 17:53:17

Makefile.in

index 9a1eab7..9576f58 100644 (file)
@@ -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