mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
bother
This commit is contained in:
@@ -22,7 +22,7 @@ $(PROCPS_DIR)/$(PROCPS_BINARY): $(PROCPS_DIR)/.source
|
||||
$(TARGET_DIR)/$(PROCPS_TARGET_BINARY): $(PROCPS_DIR)/$(PROCPS_BINARY)
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) DESTDIR=$(TARGET_DIR) \
|
||||
install='install -D' -C $(PROCPS_DIR) \
|
||||
ldconfig='bin/true' install
|
||||
ldconfig='/bin/true' install
|
||||
rm -Rf $(TARGET_DIR)/usr/man
|
||||
|
||||
procps: uclibc ncurses $(TARGET_DIR)/$(PROCPS_TARGET_BINARY)
|
||||
|
||||
Reference in New Issue
Block a user