Be certain make is happy and will not keep trying to reinstall
authorEric Andersen <andersen@codepoet.org>
Thu, 14 Oct 2004 19:24:09 +0000 (19:24 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 14 Oct 2004 19:24:09 +0000 (19:24 -0000)
package/lzo/lzo.mk

index 8de8f92404ee7d94e7c81941b3caf5834e10c5ac..575314d753c491c761febf04d75debb381310eec 100644 (file)
@@ -46,6 +46,7 @@ $(LZO_DIR)/src/liblzo.la: $(LZO_DIR)/.configured
 
 $(STAGING_DIR)/usr/lib/liblzo.a: $(LZO_DIR)/src/liblzo.la
        $(MAKE) CC=$(TARGET_CC) DESTDIR=$(STAGING_DIR) -C $(LZO_DIR) install
+       touch -c $(STAGING_DIR)/usr/lib/liblzo.a
 
 lzo: uclibc $(STAGING_DIR)/usr/lib/liblzo.a