aboutsummaryrefslogtreecommitdiff
path: root/ca
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-04-26 02:29:32 +0000
committerRob Austein <sra@hactrn.net>2014-04-26 02:29:32 +0000
commit59da7cc289eb19812f8db487919c7c72d4fe0c9c (patch)
tree861749f384f7cadeb100140729a8d5964c45fd94 /ca
parent4421a6a5aa8ea904ec1e3375a1f5cb17a1dcc8fa (diff)
Make "all" the default target again, oops.
svn path=/trunk/; revision=5815
Diffstat (limited to 'ca')
-rw-r--r--ca/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ca/Makefile.in b/ca/Makefile.in
index 1a5e732a..70cce62e 100644
--- a/ca/Makefile.in
+++ b/ca/Makefile.in
@@ -35,6 +35,8 @@ WSGI_PYTHON_EGG_CACHE_USER = @WSGI_PYTHON_EGG_CACHE_USER@
CA_INSTALL_TARGETS = @CA_INSTALL_TARGETS@
+all:: examples/rpki.conf
+
clean::
cd tests; $(MAKE) $@
@@ -60,8 +62,6 @@ distclean:: clean
cd tests; ${MAKE} $@
rm -f Makefile
-all:: examples/rpki.conf
-
examples/rpki.conf: ${abs_top_srcdir}/rpki/autoconf.py rpki-confgen rpki-confgen.xml
${PYTHON} rpki-confgen \
--read-xml rpki-confgen.xml \