mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 14:25:12 -04:00
13 lines
334 B
Bash
13 lines
334 B
Bash
$NetBSD$
|
|
|
|
--- opcodes/cgen.sh.orig Sun Jun 14 16:36:56 2009
|
|
+++ opcodes/cgen.sh
|
|
@@ -61,6 +61,7 @@ shift ; options=$9
|
|
shift ; extrafiles=$9
|
|
|
|
rootdir=${srcdir}/..
|
|
+move_if_change="${CONFIG_SHELL:-/bin/sh} ${rootdir}/move-if-change"
|
|
|
|
# $arch is $6, as passed on the command line.
|
|
# $ARCH is the same argument but in all uppercase.
|