summaryrefslogtreecommitdiffstats
path: root/src/a52dec.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-17 20:35:58 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-17 20:35:58 (GMT)
commitb050fb602b0fe3e44f4a996b1305d38bbeff5251 (patch)
tree64057bba738976b4a7fe33e7525f702b809ddd46 /src/a52dec.mk
parent67741dd24e11da2da114becd71073d2a39ab9658 (diff)
downloadmxe-b050fb602b0fe3e44f4a996b1305d38bbeff5251.zip
mxe-b050fb602b0fe3e44f4a996b1305d38bbeff5251.tar.gz
mxe-b050fb602b0fe3e44f4a996b1305d38bbeff5251.tar.bz2
Fix minor typo
Diffstat (limited to 'src/a52dec.mk')
-rw-r--r--src/a52dec.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/a52dec.mk b/src/a52dec.mk
index 08b4598..cc4b60b 100644
--- a/src/a52dec.mk
+++ b/src/a52dec.mk
@@ -17,7 +17,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && autoreconf -fi # The autotools files came with a52dec is _ancient_
+ cd '$(1)' && autoreconf -fi # The autotools files came with a52dec are _ancient_
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=