Skip to content

Commit 87eecbf

Browse files
committed
makefile: add missing dependency for merged.lib
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent fa83c34 commit 87eecbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ $(DONT_USE_LIBS): $$(filter %$$(@F) %$$(@F).gz,$(LIB_FILES))
337337
@mkdir -p $(OBJECTS_DIR)/lib
338338
$(UTILS_DIR)/preprocessLib.py -i $^ -o $@
339339

340-
$(OBJECTS_DIR)/lib/merged.lib:
340+
$(OBJECTS_DIR)/lib/merged.lib: $(DONT_USE_LIBS)
341341
$(UTILS_DIR)/mergeLib.pl $(PLATFORM)_merged $(DONT_USE_LIBS) > $@
342342

343343
# Pre-process KLayout tech

0 commit comments

Comments
 (0)