Create the GNUSTEP_MAKEFILES/Auxiliary directory when installing gnustep-make

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14688 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-10-09 11:19:48 +00:00
parent cf2f34a1f4
commit 1e6cda646f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Wed Oct 9 12:17:19 2002 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile.in (install): Create $(GNUSTEP_MAKEFILES)/Auxiliary
directory, for auxiliary makefiles provided by packages.
Mon Oct 7 18:19:27 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/framework.make ($(DUMMY_FRAMEWORK_OBJ_FILE)): Wrap the

View file

@ -117,6 +117,7 @@ install: all
$(makedir)/$(GNUSTEP_TARGET_CPU) \
$(makedir)/$(GNUSTEP_TARGET_DIR) \
$(makedir)/Additional \
$(makedir)/Auxiliary \
$(makedir)/Master \
$(makedir)/Instance \
$(makedir)/Instance/Shared \