From 7326744a482dec6340b505cf5b5ae2dff92c62ec Mon Sep 17 00:00:00 2001 From: Thierry Carré Date: Tue, 5 Mar 2013 15:14:47 +0100 Subject: cleo/{buildroot/package, app/lltd}: update lltd makefile rules add "-Wall" option --- cleopatre/buildroot/package/lltd/lltd.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cleopatre/buildroot/package') diff --git a/cleopatre/buildroot/package/lltd/lltd.mk b/cleopatre/buildroot/package/lltd/lltd.mk index 6b7d31a0b7..836b414cbf 100644 --- a/cleopatre/buildroot/package/lltd/lltd.mk +++ b/cleopatre/buildroot/package/lltd/lltd.mk @@ -36,7 +36,8 @@ $(LLTD_DIR)/.unpacked: $(LLTD_DIR)/.configured: $(LLTD_DIR)/.unpacked touch $(LLTD_DIR)/.configured -$(LLTD_DIR)/lltd: $(LLTD_DIR)/.configured +$(LLTD_DIR)/lltd: $(LLTD_DIR)/.configured \ + FORCE_LLTD_MAKE $(TARGET_CONFIGURE_OPTS) \ $(MAKE) -C $(LLTD_DIR) lltd @@ -52,8 +53,8 @@ lltd-clean: lltd-dirclean: rm -f $(LLTD_DIR) -# We declare $(LLTD_DIR)/lltd rule as PHONY to force compilation -.PHONY: $(LLTD_DIR)/lltd +# We declare FORCE_LLTD_MAKE rule as PHONY to force compilation +.PHONY: FORCE_LLTD_MAKE ############################################################# # -- cgit v1.2.3