mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
cf2f34a1f4
commit
1e6cda646f
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue