Skip to content

Commit 1a1f416

Browse files
committed
Add back missing semicolon
1 parent fecd66e commit 1a1f416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bmake.mpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ $(OUTPUTDIR):
355355

356356
<%foreach(source_files)%>
357357
<%if(transdir(source_file) || flag_overrides(source_file, buildflags))%>
358-
"$(INTERMEDIATE)\<%transdir(source_file)%><%basenoextension(source_file)%>$(OBJ_EXT)"
358+
"$(INTERMEDIATE)\<%transdir(source_file)%><%basenoextension(source_file)%>$(OBJ_EXT)":
359359
if not exist "$(INTERMEDIATE)\<%transdir(source_file)%>" mkdir "$(INTERMEDIATE)\<%transdir(source_file)%>"
360360
$(CC) <%if(flag_overrides(source_file, buildflags))%><%flag_overrides(source_file, buildflags)%> <%endif%>$(DYN_FLAGS) $(STATIC_FLAGS) $(OCFLAGS) $(CG_CFLAGS) $(UC_CFLAGS) $(THREAD_FLAGS) $(CCFLAGS) $(CFLAGS) $(WARN_FLAGS) -c -o $(@D)\$(@F) <%source_file%>
361361
<%endif%>

0 commit comments

Comments
 (0)