Skip to content

Commit 5b3a12a

Browse files
authored
Merge pull request #1174 from tempesta-tech/ik-makefile-fix
Fix TDB build issue
2 parents c14e4fb + 2d84bb4 commit 5b3a12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tempesta_db/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1919

2020
all: libtdb tdbq
21-
.PHONY: all
21+
.PHONY: all libtdb tdbq
2222

2323
libtdb:
2424
$(MAKE) -C libtdb

0 commit comments

Comments
 (0)