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:
9e0f975
)
Assume NetBSD has touch
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 26 Sep 2007 08:57:41 +0000
(08:57 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 26 Sep 2007 08:57:41 +0000
(08:57 +0000)
(patch from NetBSD package)
p4raw-id: //depot/perl@31974
makedepend.SH
patch
|
blob
|
history
diff --git
a/makedepend.SH
b/makedepend.SH
index
5d56d59
..
87a86c5
100755
(executable)
--- 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