dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f60dc
)
Correction for dmalloc testability.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 9 Dec 2001 10:02:57 +0000
(10:02 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 9 Dec 2001 10:02:57 +0000
(10:02 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1ceaa658c5cf02fe7df3fda17a3ca34a3fca3fca..87673b74dd56cab60bfe4e9a30ebd7c5e3ff5d3f 100644
(file)
--- 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