]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(%.o: %.asm): Added comment about OSF1 make problem.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 16 Feb 2004 16:24:30 +0000 (17:24 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 16 Feb 2004 16:24:30 +0000 (17:24 +0100)
Rev: src/nettle/Makefile.am:1.74

Makefile.am

index 99ae6cef052aad2c6e9fbae889e68618a7ceff81..cb687d2baf3b7f9435f81575280f2e66a76b5905 100644 (file)
@@ -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