From 59da7cc289eb19812f8db487919c7c72d4fe0c9c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 26 Apr 2014 02:29:32 +0000 Subject: Make "all" the default target again, oops. svn path=/trunk/; revision=5815 --- ca/Makefile.in | 4 ++-- 1 file 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 \ -- cgit v1.2.3