Skip to content

Commit 781355c

Browse files
committed
Reorder 'clean' deps in the Makefile
Do this because running "gprclean" on GNATcheck will require "liblkqllang.gpr" which is removed by the "clean_lkql" target.
1 parent 2f1e7aa commit 781355c

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
@@ -61,7 +61,7 @@ build/bin/liblkqllang_parse: lkql/lkql.lkt
6161
test:
6262
testsuite/testsuite.py -Edtmp
6363

64-
clean: clean_lkql clean_lkql_jit clean_lkql_checker
64+
clean: clean_lkql_jit clean_lkql_checker clean_lkql
6565

6666
clean_lkql:
6767
rm lkql/build -rf

0 commit comments

Comments
 (0)