From: Peter Verthez Date: Sun, 9 Dec 2001 10:02:57 +0000 (+0000) Subject: Correction for dmalloc testability. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=089594310eef568bb8a7f3941b9149173c0b5fcd;p=gedcom-parse.git Correction for dmalloc testability. --- 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