Skip to content

Commit

Permalink
tdb: make tdbq depend on libtdb
Browse files Browse the repository at this point in the history
Sometimes with make -jN, tdbq fails to link with libtdb, since there is
no libtdb yet.
  • Loading branch information
i-rinat committed Oct 16, 2018
1 parent 5e13957 commit 1fc007d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempesta_db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libtdb:
$(MAKE) -C libtdb

.PHONY: tdbq
tdbq:
tdbq: libtdb
$(MAKE) -C tdbq

.PHONY: clean
Expand Down

0 comments on commit 1fc007d

Please sign in to comment.