summaryrefslogtreecommitdiff
path: root/makedepend.SH
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-26 08:57:41 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-26 08:57:41 +0000
commitdb70e7284ca16e25b2f85a87ebc1ceec97e84bb7 (patch)
treeb110946401d01edc80e52ef594db416dc218daf3 /makedepend.SH
parent9e0f97507d3f3dc49e5c397e7bec3dea72f4e397 (diff)
downloadperl-db70e7284ca16e25b2f85a87ebc1ceec97e84bb7.tar.gz
Assume NetBSD has touch
(patch from NetBSD package) p4raw-id: //depot/perl@31974
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-xmakedepend.SH1
1 files changed, 0 insertions, 1 deletions
diff --git a/makedepend.SH b/makedepend.SH
index 5d56d59048..87a86c5842 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -83,7 +83,6 @@ if test -f Makefile; then
# to be out of date. I don't know if OS/2 has touch, so do this:
case "$osname" in
os2) ;;
- netbsd) ;;
*) $touch $firstmakefile ;;
esac
fi