summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-03 06:05:19 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-03 06:05:19 +0000
commit5920a0ba1d561db9223b9544f4285f9725073039 (patch)
tree8e20f846abb5d2973ad946562af88906113121b9
parenta5993822807cbbbe69966799e15dc70f210f7f24 (diff)
downloadperl-5920a0ba1d561db9223b9544f4285f9725073039.tar.gz
two small patches from Peter Prymmer <pvhp@forte.com>
p4raw-id: //depot/perl@4627
-rwxr-xr-xmakedepend.SH3
-rw-r--r--win32/Makefile3
-rw-r--r--win32/makefile.mk3
3 files changed, 5 insertions, 4 deletions
diff --git a/makedepend.SH b/makedepend.SH
index f03f68b503..994123ecd1 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -130,6 +130,9 @@ 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
$cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
$sed \
-e '/^#.*<stdin>/d' \
diff --git a/win32/Makefile b/win32/Makefile
index e51b032a28..3be8bee0ea 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -418,7 +418,6 @@ UTILS = \
..\utils\c2ph \
..\utils\h2xs \
..\utils\perldoc \
- ..\utils\pstruct \
..\utils\perlcc \
..\pod\checkpods \
..\pod\pod2html \
@@ -1006,7 +1005,7 @@ distclean: clean
-del /f $(PODDIR)\*.html
-del /f $(PODDIR)\*.bat
cd ..\utils
- -del /f h2ph splain perlbug pl2pm c2ph h2xs perldoc pstruct dprofpp
+ -del /f h2ph splain perlbug pl2pm c2ph h2xs perldoc dprofpp
-del /f *.bat
cd ..\win32
cd ..\x2p
diff --git a/win32/makefile.mk b/win32/makefile.mk
index a0f5f251c9..206796f273 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -510,7 +510,6 @@ UTILS = \
..\utils\c2ph \
..\utils\h2xs \
..\utils\perldoc \
- ..\utils\pstruct \
..\utils\perlcc \
..\pod\checkpods \
..\pod\pod2html \
@@ -1165,7 +1164,7 @@ distclean: clean
-del /f $(PODDIR)\*.html
-del /f $(PODDIR)\*.bat
-cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph h2xs perldoc \
- dprofpp pstruct *.bat
+ dprofpp *.bat
-cd ..\x2p && del /f find2perl s2p *.bat
-del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new
-del /f $(CONFIGPM)