summaryrefslogtreecommitdiff
path: root/templates/bmake.mpd
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-07 12:37:24 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-07 12:37:24 +0200
commit2fcfe8521987be953c77d952e7b73fc923aeceae (patch)
tree1fe256be64610c1aefddef84e263a2b8135752d6 /templates/bmake.mpd
parent5db4b526078d3ddedb0957f85f323ee52083bc94 (diff)
downloadMPC-2fcfe8521987be953c77d952e7b73fc923aeceae.tar.gz
Add missing endfor
* templates/bmake.mpd:
Diffstat (limited to 'templates/bmake.mpd')
-rw-r--r--templates/bmake.mpd3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/bmake.mpd b/templates/bmake.mpd
index 794f5b88..8f53a42c 100644
--- a/templates/bmake.mpd
+++ b/templates/bmake.mpd
@@ -238,14 +238,15 @@ COMMON_DEFINES = \
COMMON_DEFINES = \
<%foreach(common32_defines)%>
-D<%common32_define%><%fornotlast(" \\")%>
+<%endfor%>
!else
COMMON_DEFINES = \
<%foreach(common32c_defines)%>
-D<%common32c_define%><%fornotlast(" \\")%>
+<%endfor%>
!endif
<%endif%>
-
CFLAGS = \
<%foreach(cflags)%>
<%cflag%> \