Skip to content

Commit 683c59c

Browse files
committed
Merge branch 'topic/84fix4' into 'master'
Makefile: fix impacts target for Cygwin environments See merge request eng/libadalang/langkit-query-language!519
2 parents 3b5e041 + 5d17aad commit 683c59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ doc:
4343
cd lkql_checker/doc && make generate html-all
4444

4545
impacts:
46-
[ -f $(KP_JSON) ] || PYTHONPATH=$(IMPACTDB_DIR) $(PYTHON) ./utils/impact-db_impacts_gen.py $(IMPACTDB_DIR)
46+
[ -f "$(KP_JSON)" ] || PYTHONPATH="$(IMPACTDB_DIR)" "$(PYTHON)" "./utils/impact-db_impacts_gen.py" "$(IMPACTDB_DIR)"
4747

4848
format:
4949
gnatformat -P lkql_checker/gnatcheck.gpr --no-subprojects

0 commit comments

Comments
 (0)