Skip to content

Commit

Permalink
one last typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 11, 2019
1 parent cd1c539 commit 82b2f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/keywords/all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $(OUTPUT)/depends.mk: $(addprefix $(DIR)/,$(FILES)) | $(OUTPUT)
${Q}rm -f $@
${Q}touch $@
${Q}for x in $^; do \
y=`grep 'PRE: ' $$x | sed 's/.*://;s/ / /g;s, , $(OUTPUT)/,g'`; \
y=`grep 'PRE: ' $$x | sed 's/.*://;s/ / /g;s, , $(BUILD_DIR)/tests/keywords/,g'`; \
if [ "$$y" != "" ]; then \
z=`echo $$x | sed 's,src/,$(BUILD_DIR)/',`; \
echo "$$z: $$y" >> $@; \
Expand Down

0 comments on commit 82b2f83

Please sign in to comment.