[gimp-help-2: 1/4] Fix recursive $(MAKE) call



commit b959c8570f525f5cc8cfa542edf0f3a7273c7737
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date:   Wed Apr 29 12:45:41 2009 +0200

    Fix recursive $(MAKE) call
---
 Makefile.GNU |    2 +-
 Makefile.am  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.GNU b/Makefile.GNU
index 7372810..dea3aca 100644
--- a/Makefile.GNU
+++ b/Makefile.GNU
@@ -49,7 +49,7 @@ ln_s    = ln -s
 find_l  = find -L
 
 # Calling make recursively
-RMAKE = $(MAKE) -f Makefile.GNU $(MAKEFLAGS) --no-print-directory
+RMAKE = $(MAKE) -f Makefile.GNU --no-print-directory
 
 # FIXME/TODO:
 #     make it work with srcdir != builddir
diff --git a/Makefile.am b/Makefile.am
index 8412f2c..b928032 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,7 @@ DBLATEXFLAGS     = --verbose
 DOCBOOK2ODFFLAGS =
 
 # Calling make recursively
-RMAKE = $(MAKE) $(MAKEFLAGS) --no-print-directory
+RMAKE = $(MAKE) --no-print-directory
 
 # Standard shell commands
 echo_n = echo $(ECHO_N)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]