Skip to content

Commit f750bff

Browse files
committed
Removed endif
* templates/bmake.mpd:
1 parent 6e353d6 commit f750bff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

templates/bmake.mpd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ generated: $(GENERATED_DIRTY)
301301
.cxx$(OBJ_EXT):
302302
@if not exist "$(INTERMEDIATE)" mkdir "$(INTERMEDIATE)"
303303
$(CC) $(DYN_FLAGS) $(STATIC_FLAGS) $(OCFLAGS) $(CG_CFLAGS) $(UC_CFLAGS) $(THREAD_FLAGS) $(CCFLAGS) $(CFLAGS) $(WARNFLAGS) -c $(OUTPUT_FLAGS) $<
304-
!endif
305304

306305
.path.cc = $(CPPDIR)
307306
.cc$(OBJ_EXT):
@@ -328,18 +327,15 @@ generated: $(GENERATED_DIRTY)
328327
<%if(resource_files)%>
329328
!ifndef STATIC_CFG
330329
.path.res = $(INTERMEDIATE)
331-
332330
.path.rc = $(RESDIR)
333331
.rc.res:
334332
@if not exist "$(INTERMEDIATE)" mkdir "$(INTERMEDIATE)"
335333
$(RC) $(RC_FLAGS) -fo$@ $<
336-
337334
<%foreach(resource_files)%>
338335
<%if(transdir(resource_file))%>
339336
"$(INTERMEDIATE)\<%transdir(resource_file)%><%basenoextension(resource_file)%>.res":
340337
@if not exist "$(INTERMEDIATE)\<%transdir(resource_file)%>" mkdir "$(INTERMEDIATE)\<%transdir(resource_file)%>"
341338
$(RC) -fo$@ <%resource_file%>
342-
343339
<%endif%>
344340
<%endfor%>
345341
!endif

0 commit comments

Comments
 (0)