Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
53fcd2a2
Commit
53fcd2a2
authored
Nov 18, 2004
by
Niels Möller
Browse files
(dummy-dep-files): Added quotes to sed command.
Rev: src/nettle/ChangeLog:1.304 Rev: src/nettle/configure.ac:1.54
parent
8c226056
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
53fcd2a2
2004-11-18 Niels Mller <nisse@lysator.liu.se>
* configure.ac (ASM_SYMBOL_PREFIX): Fixed test.
(dummy-dep-files): Added quotes to sed command.
2004-11-17 Niels Mller <nisse@lysator.liu.se>
...
...
configure.ac
View file @
53fcd2a2
...
...
@@ -92,7 +92,7 @@ LSH_DEPENDENCY_TRACKING
AC_CONFIG_COMMANDS([dummy-dep-files],
[(cd "$srcdir" && find . -name '*.c' -print) \
| sed s/\.c$// | (while read f; do echo > "$f.o.d"; echo > "$f.po.d"; done)
| sed
'
s/\.c$//
'
| (while read f; do echo > "$f.o.d"; echo > "$f.po.d"; done)
])
# Select assembler code
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment