From 7ca8862912e52912d61ff3da25de15ebd0a971dd Mon Sep 17 00:00:00 2001 From: nicola Date: Tue, 27 Feb 2007 12:26:24 +0000 Subject: [PATCH] Indented a couple of lines and added a FIXME comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24704 72102866-910b-0410-8b05-ffd578937521 --- Source/GNUmakefile.postamble | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/GNUmakefile.postamble b/Source/GNUmakefile.postamble index 75922f01d..c67421f7f 100644 --- a/Source/GNUmakefile.postamble +++ b/Source/GNUmakefile.postamble @@ -57,11 +57,11 @@ after-all:: Info-gnustep.plist after-install:: for file in $(APPKIT_HEADERS); do \ $(INSTALL_DATA) ../Headers/AppKit/$$file \ - $(GNUSTEP_HEADERS)/AppKit/$$file ; \ + $(GNUSTEP_HEADERS)/AppKit/$$file ; \ done; \ for file in $(COCOA_HEADERS); do \ $(INSTALL_DATA) ../Headers/Cocoa/$$file \ - $(GNUSTEP_HEADERS)/Cocoa/$$file ; \ + $(GNUSTEP_HEADERS)/Cocoa/$$file ; \ done # @@ -81,6 +81,7 @@ after-uninstall:: # before-clean:: # Things to do after cleaning +# FIXME - this file is in subversion! after-clean:: rm -f libgnustep-gui.def