summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@math.sfu.ca>2014-02-11 14:02:32 -0800
committerKevin Mitchell <kevmitch@math.sfu.ca>2014-02-11 14:02:32 -0800
commit33806951c8c3f30a6f562af8a3d16593bbe81d57 (patch)
treed8e8a26e2c122a3ea4246be9c97d6bedc71abee6
parent9aae06e5df69781969fc5adf84a0e26258338304 (diff)
downloadmpv-build-33806951c8c3f30a6f562af8a3d16593bbe81d57.tar.bz2
mpv-build-33806951c8c3f30a6f562af8a3d16593bbe81d57.tar.xz
untab debian/rules makefile comment to avoid emacs complaining
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c7c825f..79ee0f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ endif
# ammounts to the same thing.
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
- # use MFLAGS, rather than MAKEFLAGS as the latter is used by make internally
+# use MFLAGS, rather than MAKEFLAGS as the latter is used by make internally
MFLAGS += -j$(NUMJOBS)
WAFFLAGS += -j$(NUMJOBS)
endif