Skip to content

Commit b69f3de

Browse files
committed
make: add gensrc dependency to install target
1 parent 756f703 commit b69f3de

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
@@ -9,7 +9,7 @@ TESTS = $(wildcard unit-tests/*_test.py)
99
all:
1010
$(PYTHON) setup.py build
1111

12-
install: linstor/consts_githash.py
12+
install: gensrc linstor/consts_githash.py
1313
$(PYTHON) setup.py install --record $(INSTALLFILES)
1414

1515
uninstall:

0 commit comments

Comments
 (0)