mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Make sure tn5250 uses the correct include path
This commit is contained in:
@@ -37,7 +37,7 @@ $(TN5250_DIR)/.configured: $(TN5250_DIR)/.dist
|
||||
touch $(TN5250_DIR)/.configured
|
||||
|
||||
$(TN5250_DIR)/src/tn5250: $(TN5250_DIR)/.configured
|
||||
$(MAKE) CC=$(TARGET_CC) -C $(TN5250_DIR)
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(TN5250_DIR)
|
||||
|
||||
$(TARGET_DIR)/usr/bin/tn5250: $(TN5250_DIR)/src/tn5250
|
||||
install -c $(TN5250_DIR)/src/tn5250 $(TARGET_DIR)/usr/bin/tn5250
|
||||
|
||||
Reference in New Issue
Block a user