Skip to content
Snippets Groups Projects
Commit cef76ea4 authored by Niels Möller's avatar Niels Möller
Browse files

Fixed typo, preventing the creation of dependency

files.

Rev: src/nettle/ChangeLog:1.307
Rev: src/nettle/configure.ac:1.56
parent 3b91d299
Branches
Tags
No related merge requests found
2004-11-24 Niels Mller <niels@s3.kth.se>
* configure.ac: Fixed typo, preventing the creation of dependency
files.
2004-11-23 Niels Mller <nisse@lysator.liu.se> 2004-11-23 Niels Mller <nisse@lysator.liu.se>
* Makefile.in: Use DEP_INCLUDE. * Makefile.in: Use DEP_INCLUDE.
......
...@@ -86,7 +86,7 @@ AC_PROG_INSTALL ...@@ -86,7 +86,7 @@ AC_PROG_INSTALL
LSH_DEPENDENCY_TRACKING LSH_DEPENDENCY_TRACKING
if test x$dependency_tracking = xyes ; then if test x$enable_dependency_tracking = xyes ; then
# Since the makefiles use include to get the dependency files, we must # Since the makefiles use include to get the dependency files, we must
# make sure that the files exist. We generate some more files than are # make sure that the files exist. We generate some more files than are
# actually needed. # actually needed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment