From 089594310eef568bb8a7f3941b9149173c0b5fcd Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 9 Dec 2001 10:02:57 +0000 Subject: [PATCH] Correction for dmalloc testability. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1ceaa65..87673b7 100644 --- a/Makefile +++ b/Makefile @@ -16,14 +16,15 @@ gedcom_parse: standalone.o $(CC) $(LDFLAGS) $(LDFLAGS_GEDCOM) -lgedcom $^ $(LOADLIBES) $(LDLIBS) -o $@ libgedcom: - cd gedcom && $(MAKE) + cd gedcom && $(MAKE) DMALLOC_CFLAGS=$(DMALLOC_CFLAGS) \ + DMALLOC_LOADLIBES=$(DMALLOC_LOADLIBES) ansel_module: cd ansel && $(MAKE) .PHONY: clean clean: - rm -f core gedcom_parse *.o + rm -f core gedcom_parse *.o logfile cd gedcom && $(MAKE) clean cd ansel && $(MAKE) clean -- 2.30.2