diff options
author | Tony Theodore <tonyt@logyst.com> | 2010-12-12 16:18:09 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2010-12-12 16:18:09 (GMT) |
commit | 6cde70a5ad3f8a5267d560430c7b001a2d56efc7 (patch) | |
tree | 72a148ce9e7a36b182d4d07f02c09b978d170b8c /src/libgpg_error.mk | |
parent | 8761fe839f0949ca1f3c0e69cbd73a11b4740827 (diff) | |
download | mxe-6cde70a5ad3f8a5267d560430c7b001a2d56efc7.zip mxe-6cde70a5ad3f8a5267d560430c7b001a2d56efc7.tar.gz mxe-6cde70a5ad3f8a5267d560430c7b001a2d56efc7.tar.bz2 |
package libgpg_error: only build and install in src directory
Diffstat (limited to 'src/libgpg_error.mk')
-rw-r--r-- | src/libgpg_error.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libgpg_error.mk b/src/libgpg_error.mk index 2fbbe9e..cdb2517 100644 --- a/src/libgpg_error.mk +++ b/src/libgpg_error.mk @@ -27,6 +27,6 @@ define $(PKG)_BUILD --prefix='$(PREFIX)/$(TARGET)' \ --disable-nls \ --disable-languages - $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= - $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= + $(MAKE) -C '$(1)/src' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= + $(MAKE) -C '$(1)/src' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= endef |