We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2447f6 commit 595e368Copy full SHA for 595e368
1 file changed
Makefile.in
@@ -16,13 +16,13 @@ OPENSSL_STAMP := $(BUILDDIR)/openssl.stamp
16
17
$(PHF): $(PHF_STAMP)
18
19
-$(PHF_STAMP):
+$(PHF_STAMP): | $(BUILDDIR)
20
$(MAKE) -C $(PHF_DIR)
21
touch $(PHF_STAMP)
22
23
$(OPENSSL): $(OPENSSL_STAMP)
24
25
-$(OPENSSL_STAMP):
+$(OPENSSL_STAMP): | $(BUILDDIR)
26
$(MAKE) -C $(OPENSSL_DIR)
27
touch $(OPENSSL_STAMP)
28
0 commit comments