mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Standardized command used to create a local directory
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@24703 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c203b5485a
commit
6163436fb0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-27 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Source/GNUmakefile.postamble (config.h): Use MKDIRS, not
|
||||
GNUSTEP_MAKEFILES/mkinstalldirs, to create local directories.
|
||||
|
||||
2007-02-27 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Source/x11/GNUmakefile.preamble (GNUSTEP_INSTALL_LIBDIR): Do
|
||||
|
|
|
@ -64,7 +64,7 @@ after-distclean::
|
|||
# The config.h file is specific to a target
|
||||
#
|
||||
$(GNUSTEP_TARGET_DIR)/config.h: ../config.status
|
||||
$(GNUSTEP_MAKEFILES)/mkinstalldirs $(GNUSTEP_TARGET_DIR)
|
||||
$(MKDIRS) $(GNUSTEP_TARGET_DIR)
|
||||
-cp ../config.h $(GNUSTEP_TARGET_DIR)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue