Skip to content
Snippets Groups Projects
Commit fb69a8cc authored by Niels Möller's avatar Niels Möller
Browse files

(des_headers): Refer to the desdata binary using

$(EXEEXT).

Rev: src/nettle/Makefile.am:1.55
parent bdab7092
No related branches found
No related tags found
No related merge requests found
......@@ -135,8 +135,8 @@ des_headers = parity.h rotors.h keymap.h
# Generate DES headers.
$(des_headers): desdata.c
$(MAKE) desdata
./desdata $(@F) > $@T
$(MAKE) desdata$(EXEEXT)
./desdata$(EXEEXT) $(@F) > $@T
test -s $@T && mv -f $@T $@
des.o: des.c des.h $(des_headers)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment