diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-03-14 03:12:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-03-14 03:12:22 +0000 |
commit | 15177a6e9566e2929e77eda44eff5116b6f0e587 (patch) | |
tree | 33c9c8322e5331ab9a4672a8aad7aa3927c14f69 /package/tn5250/tn5250.mk | |
parent | 85d7f6f05f87b52a56b603c95e68498f04877f64 (diff) | |
download | buildroot-novena-15177a6e9566e2929e77eda44eff5116b6f0e587.tar.gz buildroot-novena-15177a6e9566e2929e77eda44eff5116b6f0e587.zip |
yet more LDFLAGS handling fixups
Diffstat (limited to 'package/tn5250/tn5250.mk')
-rw-r--r-- | package/tn5250/tn5250.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tn5250/tn5250.mk b/package/tn5250/tn5250.mk index 346e3ec8e..5515e7560 100644 --- a/package/tn5250/tn5250.mk +++ b/package/tn5250/tn5250.mk @@ -14,7 +14,7 @@ $(TN5250_DIR)/.configured: $(TN5250_DIR)/.dist (cd $(TN5250_DIR); rm -rf config.cache; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ - LDFLAGS="$(TARGET_LDFLAGS)" + LDFLAGS="$(TARGET_LDFLAGS)" \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ |