Skip to content

Commit 011c4e7

Browse files
committed
CI
1 parent c2f32a2 commit 011c4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/trick/makefiles/trickify.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ $(TRICKIFY_OBJECT_NAME): $(SWIG_OBJECTS) $(IO_OBJECTS) | $(dir $(TRICKIFY_OBJECT
148148
@if [ "$(FULL_TRICKIFY_BUILD)" = "1" ] ; then \
149149
while read -r line ; do \
150150
export FILES="$$FILES $$line" ; \
151-
done < $(OBJ_LINK_LIST)
151+
done < $(OBJ_LINK_LIST) ; \
152152
fi
153153
echo TRICKIFICATION STEP D
154154
@if [ "$(TRICKIFY_BUILD_TYPE)" = "PLO" ] ; then \

0 commit comments

Comments
 (0)