Fixed 'regenerate' target when you rebuild the documentation without gnustep-make already installed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-01-25 16:00:30 +00:00
parent 494c61084d
commit d17731a425
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-01-25 Nicola Pero <nicola.pero@meta-innovation.com>
* Documentation/GNUmakefile: Fixed 'regenerate' target when you
invoke it without gnustep-make being installed.
2007-01-23 Matt Rice <ratmice@gmail.com>
* rules.make (ALL_CCFLAGS): Fix typo.

View file

@ -28,7 +28,7 @@ ifeq ($(GNUSTEP_MAKEFILES),)
# GNUstep.sh, then we run the make command again. Please note that
# "make install" will install into our temporary gnustep-make
# directory, which is usually not particularly useful, but anyway.
all clean install: ./tmp-installation/System/Library/Makefiles
all clean install regenerate: ./tmp-installation/System/Library/Makefiles
@echo "** Running 'make $@' using the local/temporary gnustep-make installation **"
$(MAKE) $@ GNUSTEP_MAKEFILES="$(CURRENT_DIR)/tmp-installation/System/Library/Makefiles"