From: Niels Möller Date: Mon, 16 Feb 2004 16:24:30 +0000 (+0100) Subject: (%.o: %.asm): Added comment about OSF1 make problem. X-Git-Tag: nettle_1.10_release_20040305~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fa6386108343299436a090d5bc89042dcfb2451;p=thirdparty%2Fnettle.git (%.o: %.asm): Added comment about OSF1 make problem. Rev: src/nettle/Makefile.am:1.74 --- diff --git a/Makefile.am b/Makefile.am index 99ae6cef..cb687d2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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