]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix depend.sh on NetBSD.
authorAndre Noll <maan@systemlinux.org>
Fri, 25 Feb 2011 14:33:58 +0000 (15:33 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 25 Feb 2011 14:33:58 +0000 (15:33 +0100)
commit786d60b052405ee623f1bde5b274081f36f59db6
tree3f851ce1288fa1f3d389dfc10d90901781912a57
parent240731af696393c1414ad17a903c27287741dd57
Fix depend.sh on NetBSD.

NetBSD's sed apparently does not understand the \+ syntax to match the preceeding
pattern one or more times. OTOH, {1,} seems to work, so use this syntax instead.

This caused the build to abort silently because make gives up on the targets that
depend on files in the "cmdline" directory.
depend.sh