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:
467f3f0
)
z/OS makedepend fix from Peter Prymmer;
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 5 Jun 2003 16:58:23 +0000
(16:58 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 5 Jun 2003 16:58:23 +0000
(16:58 +0000)
still needed as reported by Brian De Pradine.
p4raw-id: //depot/perl@19692
makedepend.SH
patch
|
blob
|
history
diff --git
a/makedepend.SH
b/makedepend.SH
index
c1d880d
..
688f656
100755
(executable)
--- a/
makedepend.SH
+++ b/
makedepend.SH
@@
-141,6
+141,11
@@
for file in `$cat .clist`; do
-e 's|\\$||' \
-e p \
-e '}' ) >UU/$file.c
+
+ if [ "$osname" = os390 -a "$file" = perly.c ]; then
+ $echo '#endif' >>UU/$file.c
+ fi
+
if [ "$osname" = os390 ]; then
$cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
$sed \