Skip to content

Commit 58ad2d4

Browse files
committed
Makefile fix
1 parent 43e2dd6 commit 58ad2d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wolfHSM/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Override SRC BEFORE including common.am so it points to cloned repo
1+
-include ../common/common.am
2+
3+
# Override SRC AFTER including common.am so it points to cloned repo
24
ifeq ($(DOC_LANG),JA)
35
SRC = wolfhsm/docs/src-ja
46
else
57
SRC = wolfhsm/docs/src
68
endif
7-
8-
-include ../common/common.am
99
.DEFAULT_GOAL := all
1010

1111
all: pdf html
@@ -36,7 +36,7 @@ wolfhsm:
3636

3737
.PHONY: wolfhsm-update
3838
wolfhsm-update: wolfhsm
39-
$(Q)cd wolfhsm && git pull --ff-only
39+
-$(Q)cd wolfhsm && git pull --ff-only
4040

4141
.PHONY: api
4242
api: wolfhsm-update

0 commit comments

Comments
 (0)