2007-10-23 Hans Boehm <Hans.Boehm@hp.com> (Really Manuel Serrano)
authorhboehm <hboehm>
Wed, 24 Oct 2007 00:35:54 +0000 (00:35 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:41 +0000 (21:06 +0400)
* Makefile.direct: Invoke $(MAKE) instead of make.

ChangeLog
Makefile.direct

index dc4c4eb..18cb8e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-23  Hans Boehm <Hans.Boehm@hp.com> (Really Manuel Serrano)
+
+       * Makefile.direct: Invoke $(MAKE) instead of make.
+
 2007-10-23  Hans Boehm <Hans.Boehm@hp.com>
 
        * doc/scale.html: Reflect gc7 thread local allocation behavior.
index e84959c..0214513 100644 (file)
@@ -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 ; \