diff options
author | Niels Möller <nisse@lysator.liu.se> | 2004-10-21 18:07:32 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2004-10-21 18:07:32 +0200 |
commit | 1173e2f93c3720b03997e56401552bbf1768bc25 (patch) | |
tree | 208ee3e2de880507974da4548a0cc86f2f9fe2ec /tools | |
parent | 987e6dc03fac7420cf95165d75dbc74328025fd5 (diff) | |
download | nettle-1173e2f93c3720b03997e56401552bbf1768bc25.tar.gz |
* examples/Makefile.in: Deleted all configure-related rules,
except the one rebuilding this Makefile. Run make at top level if
other configure related files change.
* tools/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
Rev: src/nettle/examples/Makefile.in:1.5
Rev: src/nettle/testsuite/Makefile.in:1.5
Rev: src/nettle/tools/Makefile.in:1.6
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 70f31b65..2b3799d5 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -31,31 +31,9 @@ nettle-lfib-stream: nettle-lfib-stream.$(OBJEXT) ../libnettle.a $(COMPILE) -c $< && $(DEP_PROCESS) -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in ../config.status cd .. && $(SHELL) ./config.status tools/$@ -../config.make: $(top_srcdir)/config.make.in ../config.status - cd .. && $(SHELL) ./config.status config.make - -../config.status: $(top_srcdir)/configure - cd .. && $(SHELL) ./config.status --recheck - -../configure: $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4 - cd $(top_srcdir) && $(AUTOCONF) - -# # FIXME: To we really need all this in all subdirs? -# ../config.h: ../stamp-h1 -# @cd .. $(MAKE) stamp-h1; -# -# ../stamp-h1: $(top_srcdir)/config.h.in ../config.status -# cd .. && $(MAKE) stamp-h1 -# -# $(top_srcdir)/config.h.in: $(top_srcdir)/configure.ac -# cd $(top_srcdir) && $(AUTOHEADER) -# rm -f ../stamp-h1 -# touch $@ - check: true |