Mercurial > audlegacy
changeset 715:840c49684e2c trunk
[svn] - fix data rule (whitespace)
author | nenolod |
---|---|
date | Sun, 26 Feb 2006 20:20:28 -0800 |
parents | 3c030d963be4 |
children | 00eed1c7f54c |
files | mk/objective.mk |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mk/objective.mk Sun Feb 26 20:20:17 2006 -0800 +++ b/mk/objective.mk Sun Feb 26 20:20:28 2006 -0800 @@ -56,8 +56,8 @@ fi; @if test "$(OBJECTIVE_DATA)" != "none"; then \ for i in $(OBJECTIVE_DATA); do \ - source = `echo $$i | cut -d ":" -f1`; \ - destination = `echo $$i | cut -d ":" -f2`; \ + source=`echo $$i | cut -d ":" -f1`; \ + destination=`echo $$i | cut -d ":" -f2`; \ printf "%10s %-20s\n" INSTALL $$source; \ $(INSTALL_DATA) $(INSTALL_OVERRIDE) $$source $(DESTDIR)/$$destination; \ done; \