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
Nettle
nettle
Commits
09c3dc68
Commit
09c3dc68
authored
Feb 28, 2007
by
Niels Möller
Browse files
Fixed syntax error in Makefile.
Rev: src/nettle/ChangeLog:1.404 Rev: src/nettle/Makefile.in:1.40
parent
d25cbf29
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
09c3dc68
2007-02-24 Niels Mller <nisse@lysator.liu.se>
* Makefile.in (clean-here): Remove .lib directory.
(distclean-here): Remove machine.m4.
2006-12-05 Niels Mller <nisse@lysator.liu.se>
* configure.ac: AC_PREREQ 2.61, for AC_PROG_MKDIR_P.
...
...
Makefile.in
View file @
09c3dc68
...
...
@@ -359,7 +359,7 @@ distcheck: dist
clean-here
:
-
rm
-f
$(TARGETS)
*
.
$(OBJEXT)
*
.p
$(OBJEXT)
*
.s
-rm
-rf
.lib
-
rm
-rf
.lib
distclean-here
:
clean-here
-
rm
-f
config.h stamp-h config.log config.status machine.m4
\
...
...
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