Skip to content

Commit

Permalink
Merge pull request #1082 from tempesta-tech/ri-tdb-makefile-dependencies
Browse files Browse the repository at this point in the history
tdb: make tdbq depend on libtdb
  • Loading branch information
i-rinat authored Oct 16, 2018
2 parents 5e13957 + 1fc007d commit 895c23f
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 895c23f

Please sign in to comment.