mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
fuse: remove stray $
This commit is contained in:
@@ -49,7 +49,7 @@ $(LIBFUSE_DIR)/.compiled: $(LIBFUSE_DIR)/.configured
|
||||
|
||||
|
||||
$(STAGING_DIR)/usr/lib/libfuse.so: $(LIBFUSE_DIR)/.compiled
|
||||
$(MAKE) prefix=$/usr -C $(LIBFUSE_DIR) DESTDIR=$(STAGING_DIR)/ install
|
||||
$(MAKE) prefix=/usr -C $(LIBFUSE_DIR) DESTDIR=$(STAGING_DIR)/ install
|
||||
touch -c $@
|
||||
|
||||
$(TARGET_DIR)/usr/lib/libfuse.so: $(STAGING_DIR)/usr/lib/libfuse.so
|
||||
|
||||
Reference in New Issue
Block a user