From 61514fde9461cddabcb65834c20fb5659eecc590 Mon Sep 17 00:00:00 2001 From: ewt Date: Mon, 11 Dec 1995 22:53:09 +0000 Subject: [PATCH] Get DEBUG, WARNING, and EFENCE stuff from children CVS patchset: 4 CVS date: 1995/12/11 22:53:09 --- lib/Makefile.in | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index e62a041..7574663 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,12 +1,8 @@ -LIBS = -lefence +LIBS = $(EFENCE) -LIBOBJECTS = header.o oldrpmdb.o misc.o messages.o +LIBOBJECTS = header.o oldrpmdb.o misc.o messages.o falloc.o LIBRPM = librpm.a -WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DEBUG = -g -OPTS = -O2 - all: test dump # ----------------------------------------------------------------------- -- 2.7.4