[Buildroot] svn commit: trunk/buildroot/package/tn5250

ulf at uclibc.org ulf at uclibc.org
Fri Jul 27 07:35:50 UTC 2007


Author: ulf
Date: 2007-07-27 00:35:49 -0700 (Fri, 27 Jul 2007)
New Revision: 19268

Log:
Make sure tn5250 uses the correct include path

Modified:
   trunk/buildroot/package/tn5250/tn5250.mk


Changeset:
Modified: trunk/buildroot/package/tn5250/tn5250.mk
===================================================================
--- trunk/buildroot/package/tn5250/tn5250.mk	2007-07-27 07:34:44 UTC (rev 19267)
+++ trunk/buildroot/package/tn5250/tn5250.mk	2007-07-27 07:35:49 UTC (rev 19268)
@@ -37,7 +37,7 @@
 	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




More information about the buildroot mailing list