From dacd809aa8d7c3b1e4f71c5c4e2c5013809f69f0 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 19 Oct 2008 18:12:20 +0200 Subject: [PATCH] fix stamp file --- package/bzip2/bzip2.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/bzip2/bzip2.mk b/package/bzip2/bzip2.mk index cdee7f9..d69f973 100644 --- a/package/bzip2/bzip2.mk +++ b/package/bzip2/bzip2.mk @@ -21,7 +21,7 @@ $(BZIP2_DIR)/.unpacked: $(DL_DIR)/$(BZIP2_SOURCE) toolchain/patch-kernel.sh $(BZIP2_DIR) package/bzip2/ \*$(BZIP2_VERSION)\*.patch $(SED) 's:-O2:$$(TARGET_CFLAGS):' $(BZIP2_DIR)/Makefile $(SED) 's:-O2:$$(TARGET_CFLAGS):' $(BZIP2_DIR)/Makefile-libbz2_so - + touch $@ $(BZIP2_DIR)/.configured: $(BZIP2_DIR)/.unpacked \ $(wildcard $(BR2_DEPENDS_DIR)/br2/largefile.*) \ -- 2.11.4.GIT