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

(%.o: %.asm): Added comment about OSF1 make problem.

Rev: src/nettle/Makefile.am:1.74
parent 99f12a33
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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