mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
6c884cb4fa
commit
c4964e1839
2 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)"; \
|
||||
|
|
Loading…
Reference in a new issue