From ba2cda3a78371c4e5db3e623cf6b5c399fb5f7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 17 Feb 2004 09:10:54 +0100 Subject: [PATCH] Comment fix. Rev: src/nettle/Makefile.am:1.75 --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index cb687d2b..e6595331 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,11 +98,11 @@ 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. +# FIXME: For some reason, this rule breaks builds on Tru64 5.1B (on +# alpha), with the system make. 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. -- GitLab