diff --git a/ChangeLog b/ChangeLog index d5f085f..6db1a2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-27 Nicola Pero + + * Source/GNUmakefile.postamble (config.h): Use MKDIRS, not + GNUSTEP_MAKEFILES/mkinstalldirs, to create local directories. + 2007-02-27 Nicola Pero * Source/x11/GNUmakefile.preamble (GNUSTEP_INSTALL_LIBDIR): Do diff --git a/Source/GNUmakefile.postamble b/Source/GNUmakefile.postamble index f170a40..3614d26 100644 --- a/Source/GNUmakefile.postamble +++ b/Source/GNUmakefile.postamble @@ -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)