Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
09c3dc68
Commit
09c3dc68
authored
Feb 28, 2007
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+1
-1
No files found.
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
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