Makefile changes to compile thinkg in place.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3496 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-12-20 21:27:47 +00:00
parent ca8037b919
commit 9b5c4cc695
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Sat Dec 19 01:26:06 1998 Matthias Klose <doko@cs.tu-berlin.de>
* 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 <richard@brainstorm.co.uk>
NSApplication.h: Removed windows_menu_count again - and removed

View file

@ -33,7 +33,6 @@
#include <Foundation/NSString.h>
#include <Foundation/NSAttributedString.h>
#include <Foundation/NSGeometry.h>
#include <gnustep/base/preface.h>
// global NSString attribute names used in ascessing
// the respective property in a text attributes

View file

@ -43,7 +43,7 @@
# Things to do before installing
before-install::
$(GNUSTEP_MAKEFILES)/mkinstalldirs $(imagedir)
$(MKDIRS) $(imagedir)
# Things to do after installing
after-install::