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

(EXTRA_DIST): Added $(des_headers). Changed

dependencies for $(des_headers) to depend only on the source file
desdata.c, not on the executable.

Rev: src/nettle/Makefile.am:1.22
parent 8196a1a7
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ info_TEXINFOS = nettle.texinfo
all-local: nettle.html
EXTRA_DIST = macros.h memxor.h $(des_headers) descore.README nettle.html .bootstrap
EXTRA_DIST = macros.h memxor.h $(des_headers) descore.README nettle.html \
.bootstrap $(des_headers)
# BUILT_SOURCE = $(des_headers)
......@@ -50,7 +51,8 @@ EXTRA_DIST = macros.h memxor.h $(des_headers) descore.README nettle.html .bootst
des_headers = parity.h rotors.h keymap.h
# Generate DES headers.
$(des_headers): desdata
$(des_headers): desdata.c
$(MAKE) desdata
./desdata $(@F) > $@T
test -s $@T && mv -f $@T $@
......
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