Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
7fa63861
Commit
7fa63861
authored
Feb 16, 2004
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(%.o: %.asm): Added comment about OSF1 make problem.
Rev: src/nettle/Makefile.am:1.74
parent
99f12a33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Makefile.am
Makefile.am
+6
-0
No files found.
Makefile.am
View file @
7fa63861
...
...
@@ -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
Markdown
is supported
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