diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-10-05 09:30:37 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-10-05 09:30:37 (GMT) |
commit | 1273ec4f07632c6f82c5e48f64c2394cb0f89389 (patch) | |
tree | 2003c1183f917ac5bc8cfc972dba8ee27fd7c09e /src/x264.mk | |
parent | c978991de44d31cce85eb160f58625bdc4755487 (diff) | |
download | mxe-1273ec4f07632c6f82c5e48f64c2394cb0f89389.zip mxe-1273ec4f07632c6f82c5e48f64c2394cb0f89389.tar.gz mxe-1273ec4f07632c6f82c5e48f64c2394cb0f89389.tar.bz2 |
fixed position of "make uninstall" in package x264
Diffstat (limited to 'src/x264.mk')
-rw-r--r-- | src/x264.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x264.mk b/src/x264.mk index d4cb40c..ac5f653 100644 --- a/src/x264.mk +++ b/src/x264.mk @@ -24,7 +24,7 @@ define $(PKG)_BUILD --host='$(TARGET)' \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-pthread - $(MAKE) -C '$(1)' -j 1 uninstall $(MAKE) -C '$(1)' -j '$(JOBS)' + $(MAKE) -C '$(1)' -j 1 uninstall $(MAKE) -C '$(1)' -j 1 install endef |