projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b90689f
)
Add missing close-quote.
author
Mike Taylor
<mike@indexdata.com>
Mon, 2 Aug 2004 09:55:30 +0000
(09:55 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 2 Aug 2004 09:55:30 +0000
(09:55 +0000)
perl/Makefile.PL.in
patch
|
blob
|
history
diff --git
a/perl/Makefile.PL.in
b/perl/Makefile.PL.in
index
b8f2969
..
f771960
100644
(file)
--- a/
perl/Makefile.PL.in
+++ b/
perl/Makefile.PL.in
@@
-16,7
+16,7
@@
WriteMakefile(
sub MY::postamble {
'IDZebra_wrap.c: IDZebra.i
- ./doswig
+ ./doswig'
;
}