summaryrefslogtreecommitdiff
path: root/Makefile.top
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-01-03 16:16:50 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-03 16:31:29 +0100
commit9bc4dbbef0fa8dcd27d1a55ac65f0dd1edbb17ac (patch)
tree9d0d73cd82989895bd03900ee8bea32759dbb346 /Makefile.top
parent2e340c01bb84cd215bfe4cc091a73756423f4647 (diff)
Makefile.in: un-break "make accessibility"
... caused by missing new-line after "\" Change-Id: Ibdccf7f18e909308fbc1e58b6ddd3301e08a2223 (cherry picked from commit 11199dd01b909d75e97df9617cc5bbb71c43fe3c)
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top
index 9d88c7cd1713..28f56d2dcb5f 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -29,7 +29,7 @@ endif
# by the module being mentioned in packimages/prj/build.lst, etc, recursively.
$(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(SRCDIR)/config_host.mk
mkdir -p $(dir $@)
- echo -n "gbuild_modules:= tail_build \\" > $@
+ echo "gbuild_modules:= tail_build \\" > $@
for m in */Module_*.mk; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
echo >> $@
echo -n "dmake_modules:= " >> $@