summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/opcodes
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-10-06 22:06:52 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-10-06 22:06:52 +0000
commitc0e9f781bcb9925db191633714162d3ef7ccdb0e (patch)
tree8840416ee489f553ca8432053a7e6e2dd2fa6023 /gnu/usr.bin/binutils/opcodes
parent50689cb5cf981c9c0b39985a1b7e1fc41c72c949 (diff)
${SHELL} move-if-changed
Diffstat (limited to 'gnu/usr.bin/binutils/opcodes')
-rw-r--r--gnu/usr.bin/binutils/opcodes/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/opcodes/Makefile.in b/gnu/usr.bin/binutils/opcodes/Makefile.in
index f3a3e25ec36..1d78dfb2d16 100644
--- a/gnu/usr.bin/binutils/opcodes/Makefile.in
+++ b/gnu/usr.bin/binutils/opcodes/Makefile.in
@@ -722,17 +722,17 @@ dep.sed: dep-in.sed config.status
dep: DEP
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
cat DEP >> tmp-Makefile
- $(srcdir)/../move-if-change tmp-Makefile Makefile
+ $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
dep-in: DEP
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
cat DEP >> tmp-Makefile.in
- $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
+ $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
dep-am: DEP
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
cat DEP >> tmp-Makefile.am
- $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
+ $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
.PHONY: dep dep-in dep-am