[scripts] Fix a typo

This commit is contained in:
Romain Goyet
2019-03-06 20:55:58 +01:00
parent bb95deff97
commit 570ecd1da5

View File

@@ -109,7 +109,7 @@ $(eval $(call rule_for, \
$(eval $(call rule_for, \
CXX, %.o, %.cpp, \
$$(CC) $$(SFLAGS) $$(CXXFLAGS) -c $$< -o $$@, \
$$(CXX) $$(SFLAGS) $$(CXXFLAGS) -c $$< -o $$@, \
with_local_version \
))