diff options
author | Tony Theodore <tonyt@logyst.com> | 2016-08-02 17:02:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-02 17:02:53 (GMT) |
commit | fb2880faf2df140965593ed491b0e7ac330aa4b2 (patch) | |
tree | ea4c8b63586fce49d5a45c50de39088fc2b57725 /src/plibc.mk | |
parent | 81031687d48cbb609ce21c07bfa92e90b0e8ab25 (diff) | |
parent | 17e40d3884dc4b9db5b521c7e017a3fa12366370 (diff) | |
download | mxe-fb2880faf2df140965593ed491b0e7ac330aa4b2.zip mxe-fb2880faf2df140965593ed491b0e7ac330aa4b2.tar.gz mxe-fb2880faf2df140965593ed491b0e7ac330aa4b2.tar.bz2 |
Merge pull request #1469 from LuaAndC/no2
use $(TEST_FILE) instead of $(2).c and other
Diffstat (limited to 'src/plibc.mk')
-rw-r--r-- | src/plibc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plibc.mk b/src/plibc.mk index 112108a..2e883c9 100644 --- a/src/plibc.mk +++ b/src/plibc.mk @@ -35,7 +35,7 @@ define $(PKG)_BUILD '$(TARGET)-gcc' \ -W -Wall -Werror -std=c99 -pedantic \ - '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-plibc.exe' \ + '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-plibc.exe' \ `'$(TARGET)-pkg-config' --cflags --libs plibc` endef |