Skip to content

Commit 2d84bb4

Browse files
committed
phony property is not inherited and must be set for both targets individually
1 parent ed1416c commit 2d84bb4

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)