Skip to content

Commit a44cfcb

Browse files
author
Sam Kleinman
committed
DOCS-803 fixing redundant build
1 parent 0b7e12f commit a44cfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/makefile-builder/links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def make_all_links(links):
2626

2727
def make_link(make_target, link_target, makefile_block):
2828
link_location = make_target.rsplit('/', 1)[0] + '/'
29-
m.append_var('LINKS', make_target, makefile_block)
3029

3130
if makefile_block == 'content':
3231
m.target(make_target, '', makefile_block)
3332
else:
33+
m.append_var('LINKS', make_target, makefile_block)
3434
m.target(make_target, link_location, makefile_block)
3535

3636
m.job('@bin/create-link ' + link_target + ' $(notdir $@) ' + link_location, makefile_block)

0 commit comments

Comments
 (0)