Fixed help message during installation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26560 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2008-05-24 12:17:44 +00:00
parent 6c884cb4fa
commit c4964e1839
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2008-05-24 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile.in (all): Use $(MAKE) instead of make when printing
help message, so it prints the correct command on systems where
'gmake' needs to be used instead 'make'. (Patch by Sebastian
Reitenbach <buzzdee@web.de>).
2008-05-22 Blake Nicholson <blaken@umich.edu>
* configure.ac: Added the --enable-absolute-install-paths option.

View file

@ -154,7 +154,7 @@ else
endif
all: generated-files
$(EC)(echo "Thanks. All is ready: type 'make install' to install gnustep-make.")
$(EC)(echo "Thanks. All is ready: type '$(MAKE) install' to install gnustep-make.")
install: generated-files
$(EC)(echo "Creating system tools directory: $(tooldir)"; \