Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
2e2c6f38
Commit
2e2c6f38
authored
Feb 16, 2004
by
Niels Möller
Browse files
(%.o: %.asm): Added comment about OSF1 make problem.
Rev: src/nettle/Makefile.am:1.74
parent
a431b664
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/Makefile.am
View file @
2e2c6f38
...
...
@@ -98,6 +98,12 @@ RM_TMP = rm -f
# $(M4) $(srcdir)/asm.m4 machine.m4 config.m4 \
# `test -f $< || echo '$(srcdir)/'`$< >$@
# FIXME: For some reasomn, this rule breaks builds on OSF1 alpha V5.1.
# It fails with "Don't know how to make aes.asm", which is very
# strange, since the make program on this system is not supposed to
# know about %-style pattern rules, and "aes.asm" doesn't not occur
# explicitly in any target or dependency.
# NOTE: We create an empty .deps-file, to make the make/automake
# dependency tracking happier.
%.$(OBJEXT)
:
%.asm asm.m4 machine.m4 config.m4
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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