Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
fb69a8cc
Commit
fb69a8cc
authored
Jan 07, 2003
by
Niels Möller
Browse files
(des_headers): Refer to the desdata binary using
$(EXEEXT). Rev: src/nettle/Makefile.am:1.55
parent
bdab7092
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
fb69a8cc
...
...
@@ -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)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment