From 6cfdfc823e5ad34ac14e5601f8300f2aa25e9ffc Mon Sep 17 00:00:00 2001 From: nicola Date: Tue, 27 Feb 2007 12:26:47 +0000 Subject: [PATCH] Indented a couple of lines git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24705 72102866-910b-0410-8b05-ffd578937521 --- Source/CompatibilityHeaders.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Source/CompatibilityHeaders.make b/Source/CompatibilityHeaders.make index bb0b61679..6aef006e3 100644 --- a/Source/CompatibilityHeaders.make +++ b/Source/CompatibilityHeaders.make @@ -35,7 +35,7 @@ after-install:: $(MKDIRS) $(GNUSTEP_HEADERS)/$$OLD_DIR; \ for I in $$LIST ; do \ (echo "#warning $$I is now included using the path <$$NEW_DIR/$$I>";\ - echo "#include <$$NEW_DIR/$$I>" ) \ + echo "#include <$$NEW_DIR/$$I>" ) \ > $(GNUSTEP_HEADERS)/$$OLD_DIR/$$I; \ done @@ -44,7 +44,6 @@ after-install:: $(MKDIRS) $(GNUSTEP_HEADERS)/$$OLD_DIR; \ for I in $$LIST ; do \ (echo "#warning $$I is now included using the path <$$NEW_DIR/$$I>";\ - echo "#include <$$NEW_DIR/$$I>" ) \ + echo "#include <$$NEW_DIR/$$I>" ) \ > $(GNUSTEP_HEADERS)/$$OLD_DIR/$$I; \ done -