build: fix a mising directory requirement

This commit is contained in:
Lephenixnoir 2020-02-19 23:22:11 +01:00
parent 3598f7c387
commit b29eea1df0
Signed by untrusted user: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ all-fxos: bin/fxos
# Explicit targets
bin/fxsdk.sh: fxsdk/fxsdk.sh
bin/fxsdk.sh: fxsdk/fxsdk.sh | bin/
sed -e $(sed) $< > $@
bin/fxg1a: $(obj-fxg1a) | bin/
gcc $^ -o $@ $(lflags)