[Libreoffice-commits] core.git: Makefile.in
Peter Foley
pefoley2 at verizon.net
Tue Feb 26 14:15:06 PST 2013
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5fcb553c862d407aadb0320925723d3c2f70bfef
Author: Peter Foley <pefoley2 at verizon.net>
Date: Tue Feb 26 17:14:13 2013 -0500
fix typo in Makefile.in
Change-Id: I3a9c2f7887e3eb6b2b0cf2a2be4f2a793c6525e7
diff --git a/Makefile.in b/Makefile.in
index 00ae07e..287fff4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -65,7 +65,7 @@ endif
$(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(BUILDDIR)/config_host.mk
mkdir -p $(dir $@)
echo "gbuild_modules:= tail_build \\" > $@
- for m in `cd $(SRCDIR) && */Module_*.mk`; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
+ for m in `cd $(SRCDIR) && ls */Module_*.mk`; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
echo >> $@
echo -n "dmake_modules:=" >> $@
echo >> $@
More information about the Libreoffice-commits
mailing list