summaryrefslogtreecommitdiffstats
path: root/src/agg.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-13 09:28:51 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-13 09:28:51 (GMT)
commit0362cf7a7c276d0e0356c782d01a1beadfea72df (patch)
treebfa219c5293467d8ae7eb6de4d103fe8fe18c076 /src/agg.mk
parent96a85a75d4ba4138e51fbd071c2f1e1640a8416e (diff)
downloadmxe-0362cf7a7c276d0e0356c782d01a1beadfea72df.zip
mxe-0362cf7a7c276d0e0356c782d01a1beadfea72df.tar.gz
mxe-0362cf7a7c276d0e0356c782d01a1beadfea72df.tar.bz2
agg: remove unnecessary $(SHELL) invocation
fixes #847
Diffstat (limited to 'src/agg.mk')
-rw-r--r--src/agg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/agg.mk b/src/agg.mk
index a8c7c5d..9211ff2 100644
--- a/src/agg.mk
+++ b/src/agg.mk
@@ -24,7 +24,7 @@ endef
define $(PKG)_BUILD
$(foreach f,authors news readme, mv '$(1)/$f' '$(1)/$f_';mv '$(1)/$f_' '$(1)/$(call uc,$f)';)
cd '$(1)' && autoreconf -fi -I $(PREFIX)/$(TARGET)/share/aclocal
- cd '$(1)' && $(SHELL) ./configure \
+ cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--without-x
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=