Skip to content

Commit

Permalink
Merge pull request #3124 from masatake/fix-wrong-variable-notation-in…
Browse files Browse the repository at this point in the history
…-makefile

roundtrip: fix a typo in the make target
  • Loading branch information
masatake committed Aug 18, 2021
2 parents f2e33fa + 9f04cd4 commit e10b136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/testing.mak
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ roundtrip: $(READTAGS_TEST)
ROUNDTRIP_FLAGS=--minitrip; \
fi; \
builddir=$$(pwd); \
$(SHELL) $(srcdir)/misc/roundtrip $(READTAGS_TEST) $${builddir}/Units $(ROUNDTRIP_FLAGS)
$(SHELL) $(srcdir)/misc/roundtrip $(READTAGS_TEST) $${builddir}/Units $${ROUNDTRIP_FLAGS}
else
roundtrip:
endif
Expand Down

0 comments on commit e10b136

Please sign in to comment.