summaryrefslogtreecommitdiffstats
path: root/src/tinyxml.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/tinyxml.mk')
-rw-r--r--src/tinyxml.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/tinyxml.mk b/src/tinyxml.mk
index 81f58e1..d584b6e 100644
--- a/src/tinyxml.mk
+++ b/src/tinyxml.mk
@@ -25,7 +25,8 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1).build' install
'$(TARGET)-g++' \
- -Wall -DTIXML_USE_STL -ansi -pedantic \
- '$(1)/xmltest.cpp' -o '$(PREFIX)/$(TARGET)/bin/test-tinyxml.exe' \
- -ltinyxml
+ -Wall -DTIXML_USE_STL -ansi -pedantic \
+ '$(1)/xmltest.cpp' -o '$(PREFIX)/$(TARGET)/bin/test-tinyxml.exe' \
+ -ltinyxml
+
endef