summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-09-02 00:13:26 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-09-02 00:13:26 +0200
commitc635fc4f4299dc70ac4389493814d8f49f51eb26 (patch)
treef9d2238efea5c4bc2b359ad05c0c83b04eff203a /packages
parent93f40551fdbbc3b77238462e6beaa263d9a4331f (diff)
downloadembtoolkit-c635fc4f4299dc70ac4389493814d8f49f51eb26.tar.gz
embtoolkit-c635fc4f4299dc70ac4389493814d8f49f51eb26.tar.bz2
embtoolkit-c635fc4f4299dc70ac4389493814d8f49f51eb26.tar.xz
Packages: X11/libx11: fix after conversion to generic macros
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/x11/libx11/libx11.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/x11/libx11/libx11.mk b/packages/x11/libx11/libx11.mk
index b24aa6d..05bd9e8 100644
--- a/packages/x11/libx11/libx11.mk
+++ b/packages/x11/libx11/libx11.mk
@@ -48,8 +48,8 @@ LIBX11_DEPS = utilmacros_install inputproto_install kbproto_install \
define embtk_beforeinstall_libx11
$(Q)cd $(LIBX11_BUILD_DIR)/src/util; \
- $(HOSTCC_CACHED) makekeys.c -c -o makekeys-makekeys.o; \
- $(HOSTCC_CACHED) makekeys.c -o makekeys
+ $(hostcc_cached) makekeys.c -c -o makekeys-makekeys.o; \
+ $(hostcc_cached) makekeys.c -o makekeys
endef
define embtk_postinstall_libx11