summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-04-17 08:01:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-04-17 08:01:42 +0000
commit2a14b486be13cd7f48f0920cef635878998d87d5 (patch)
treee933446ba91b6fcc331fa3dcc8e61df5a13f54aa /gnu/lib
parent9d5c915c5f14a996af6af288b81d8504134b3726 (diff)
use sh, not $SHELL.. because the latter might be something like csh
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libg++/libio/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/libio/Makefile.bsd-wrapper b/gnu/lib/libg++/libio/Makefile.bsd-wrapper
index 419d87dfa7a..63be9928605 100644
--- a/gnu/lib/libg++/libio/Makefile.bsd-wrapper
+++ b/gnu/lib/libg++/libio/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1996/03/27 23:00:04 niklas Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.3 1996/04/17 08:01:41 deraadt Exp $
LIBIO= io
LIBIOSTREAM= iostream
@@ -48,7 +48,7 @@ _G_config.h: gen-params
CC="$(CC)"; export CC; \
CXX="$(CXX) $(CXXFLAGS)"; export CXX; \
CONFIG_NM="nm"; export CONFIG_NM; \
- $(SHELL) $(.CURDIR)/gen-params LIB_VERSION=$(VERSION) $(G_CONFIG_ARGS) >tmp-params.h
+ sh $(.CURDIR)/gen-params LIB_VERSION=$(VERSION) $(G_CONFIG_ARGS) >tmp-params.h
@mv tmp-params.h _G_config.h
iostream.list: _G_config.h