From 1e0b48fafb133310de5e166adaf0c3957e7bee05 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 15 Jan 2012 11:43:13 +0000 Subject: tools: clean up Makefiles / make ccache work git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29754 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/bison/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tools/bison') diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 50d836691f..01820e2755 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -16,14 +16,6 @@ PKG_CAT:=bzcat include $(INCLUDE_DIR)/host-build.mk -define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) -endef - -define Host/Install - $(MAKE) -C $(HOST_BUILD_DIR) install -endef - define Host/Clean -$(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default) -- cgit v1.2.3