From 68881a4d6f91e9876682da0c84345e6c6e01954a Mon Sep 17 00:00:00 2001 From: hboehm Date: Wed, 24 Oct 2007 00:35:54 +0000 Subject: [PATCH] 2007-10-23 Hans Boehm (Really Manuel Serrano) * Makefile.direct: Invoke $(MAKE) instead of make. --- ChangeLog | 4 ++++ Makefile.direct | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc4c4ebb..18cb8e45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-23 Hans Boehm (Really Manuel Serrano) + + * Makefile.direct: Invoke $(MAKE) instead of make. + 2007-10-23 Hans Boehm * doc/scale.html: Reflect gc7 thread local allocation behavior. diff --git a/Makefile.direct b/Makefile.direct index e84959cc..02145131 100644 --- a/Makefile.direct +++ b/Makefile.direct @@ -427,7 +427,7 @@ all: gc.a gctest # the default location, and we need to build $(AO_INSTALL_DIR): CC=$(CC) $(srcdir)/configure_atomic_ops.sh - cd $(AO_SRC_DIR); make CC=$(CC) install + cd $(AO_SRC_DIR); $(MAKE) CC=$(CC) install LEAKFLAGS=$(CFLAGS) -DFIND_LEAK @@ -675,7 +675,7 @@ dist gc.tar: $(SRCS) $(DOC_FILES) $(OTHER_FILES) add_gc_prefix gcname cp Makefile Makefile.old cp Makefile.direct Makefile CC=$(CC) ./configure_atomic_ops.sh - cd $(AO_SRC_DIR); make dist + cd $(AO_SRC_DIR); $(MAKE) dist if test $(srcdir)/libatomic_ops-$(AO_VERSION) = $(AO_SRC_DIR); \ then \ mv $(AO_SRC_DIR) $(AO_SRC_DIR).bak ; \ -- 2.40.0