From: Rafael Garcia-Suarez Date: Wed, 26 Sep 2007 08:57:41 +0000 (+0000) Subject: Assume NetBSD has touch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=db70e7284ca16e25b2f85a87ebc1ceec97e84bb7;p=p5sagit%2Fp5-mst-13.2.git Assume NetBSD has touch (patch from NetBSD package) p4raw-id: //depot/perl@31974 --- diff --git a/makedepend.SH b/makedepend.SH index 5d56d59..87a86c5 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