diff --git a/ChangeLog b/ChangeLog index c9c8c11d0..9834be6c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 19 01:26:06 1998 Matthias Klose + + * Images/Makefile.postamble: Use macro MKDIRS. + * Headers/gnustep/gui/NSStringDrawing.h: Remove preface.h include. + Sun Dec 20 6:30:00 1998 Richard Frith-Macdonald NSApplication.h: Removed windows_menu_count again - and removed diff --git a/Headers/gnustep/gui/NSStringDrawing.h b/Headers/gnustep/gui/NSStringDrawing.h index 9fffa0d14..fb9512fa9 100644 --- a/Headers/gnustep/gui/NSStringDrawing.h +++ b/Headers/gnustep/gui/NSStringDrawing.h @@ -33,7 +33,6 @@ #include #include #include -#include // global NSString attribute names used in ascessing // the respective property in a text attributes diff --git a/Images/GNUmakefile.postamble b/Images/GNUmakefile.postamble index 4b8dab738..cec9ac867 100644 --- a/Images/GNUmakefile.postamble +++ b/Images/GNUmakefile.postamble @@ -43,7 +43,7 @@ # Things to do before installing before-install:: - $(GNUSTEP_MAKEFILES)/mkinstalldirs $(imagedir) + $(MKDIRS) $(imagedir) # Things to do after installing after-install::