Commit 7118b699 authored by Ben Avison's avatar Ben Avison Committed by ROOL
Browse files

Define `export` rule for `CApp` shared makefile

With GNU `make` unlike with `amu`, it is considered an error to make a target
for which no rule is defined. Therefore we need an explicit no-op `export`
rule in the cross-compiling `CApp` makefile.
parent b1e26d51
...@@ -274,4 +274,10 @@ include $(wildcard *.dd) ...@@ -274,4 +274,10 @@ include $(wildcard *.dd)
endif endif
export${CUSTOMEXP}: export_${PHASE}
@${NOP}
export_ export_hdrs export_libs:
@${NOP}
# EOF # EOF
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment