Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
perl/Makefile: Fix a missing double-quote
author
Johannes Sixt
<j6t@kdbg.org>
Fri, 29 Jun 2012 08:07:44 +0000
(10:07 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 29 Jun 2012 20:04:50 +0000
(13:04 -0700)
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
73abda3
)
diff --git
a/perl/Makefile
b/perl/Makefile
index 2e8f9804cf17eae425d18e982f025377653e7257..6ca7d472ebad5c93c014ddaac556e6a4f2284990 100644
(file)
--- a/
perl/Makefile
+++ b/
perl/Makefile
@@
-61,7
+61,7
@@
$(makfile): ../GIT-CFLAGS Makefile
subdir=/$${i%/*}; \
fi; \
echo ' $(RM) "$$(DESTDIR)$(instdir_SQ)/'$$i'.pm"' >> $@; \
- echo ' mkdir -p "$$(DESTDIR)$(instdir_SQ)'$$subdir >> $@; \
+ echo ' mkdir -p "$$(DESTDIR)$(instdir_SQ)'$$subdir
'"'
>> $@; \
echo ' cp '$$i'.pm "$$(DESTDIR)$(instdir_SQ)/'$$i'.pm"' >> $@; \
done
echo ' $(RM) "$$(DESTDIR)$(instdir_SQ)/Error.pm"' >> $@