projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f91e4
)
Protect against spaces in build directory name when extracting .PL files
author
Andy Dougherty
<doughera@lafayette.edu>
Mon, 1 Jun 2009 16:34:36 +0000
(12:34 -0400)
committer
Andy Dougherty
<doughera@lafayette.edu>
Mon, 1 Jun 2009 16:34:36 +0000
(12:34 -0400)
Makefile.SH
patch
|
blob
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
e53d73c
..
c78aefc
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-965,7
+965,7
@@
lib/re.pm: ext/re/re.pm
$(plextract): miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p
@-rm -f $@
- $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -I
`pwd`/lib
$@.PL
+ $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -I
"`pwd`/lib"
$@.PL
x2p/s2p: miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p.PL
cd x2p; $(LDLIBPTH) $(MAKE) s2p