summaryrefslogtreecommitdiffstats
path: root/src/openal.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-29 23:03:40 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-29 23:03:40 (GMT)
commit9e3e115b780380c9b12dbe0349e9feed7f0bd65f (patch)
tree8b145dad74b012612ca84b01ecd7761dd59968ef /src/openal.mk
parente72156b1a7db17ce467793d350270c1fade71d81 (diff)
downloadmxe-9e3e115b780380c9b12dbe0349e9feed7f0bd65f.zip
mxe-9e3e115b780380c9b12dbe0349e9feed7f0bd65f.tar.gz
mxe-9e3e115b780380c9b12dbe0349e9feed7f0bd65f.tar.bz2
fix nasty whitespaces
Diffstat (limited to 'src/openal.mk')
-rw-r--r--src/openal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openal.mk b/src/openal.mk
index 0422a6a..543c87e 100644
--- a/src/openal.mk
+++ b/src/openal.mk
@@ -35,7 +35,7 @@ define $(PKG)_BUILD
-DLIBTYPE=STATIC
$(MAKE) -C '$(1)/build' -j '$(JOBS)' install
ln -sf '$(PREFIX)/$(TARGET)/lib/OpenAL32.a' '$(PREFIX)/$(TARGET)/lib/libOpenAL32.a'
-
+
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-openal.exe' \