Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Carlier
nettle
Commits
ba2cda3a
Commit
ba2cda3a
authored
21 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Comment fix.
Rev: src/nettle/Makefile.am:1.75
parent
31f4516c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.am
+5
-5
5 additions, 5 deletions
Makefile.am
with
5 additions
and
5 deletions
Makefile.am
+
5
−
5
View file @
ba2cda3a
...
@@ -98,11 +98,11 @@ RM_TMP = rm -f
...
@@ -98,11 +98,11 @@ RM_TMP = rm -f
# $(M4) $(srcdir)/asm.m4 machine.m4 config.m4 \
# $(M4) $(srcdir)/asm.m4 machine.m4 config.m4 \
# `test -f $< || echo '$(srcdir)/'`$< >$@
# `test -f $< || echo '$(srcdir)/'`$< >$@
# FIXME: For some reaso
m
n, this rule breaks builds on
OSF1 alpha V5.1.
# FIXME: For some reason, this rule breaks builds on
Tru64 5.1B (on
# It fails with "Don't know how to make
aes.asm", which is very
#
alpha), with the system make.
It fails with "Don't know how to make
# strange, since the make program on this
system is not supposed to
#
aes.asm", which is very
strange, since the make program on this
# know about %-style pattern rules, and
"aes.asm" doesn't not occur
#
system is not supposed to
know about %-style pattern rules, and
# explicitly in any target or dependency.
#
"aes.asm" doesn't not occur
explicitly in any target or dependency.
# NOTE: We create an empty .deps-file, to make the make/automake
# NOTE: We create an empty .deps-file, to make the make/automake
# dependency tracking happier.
# dependency tracking happier.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment