You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
Be certain make is happy and will not keep trying to reinstall
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user