chiark / gitweb /
Do not ship config.cache (run distclean from make dist). Rearrange
[adns.git] / Makefile.in
index 5b4ca52cea1f9a5461016c9052f9f76328a55156..a0f13df640d7889e636111530fccf3d0fa416bf9 100644 (file)
@@ -16,7 +16,7 @@
 #  along with this program; if not, write to the Free Software Foundation,
 #  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
 
-DISTVERSION=   0.1
+DISTVERSION=   0.3
 
 srcdir=                @srcdir@
 VPATH=         @srcdir@
@@ -40,7 +40,7 @@ install-strip:
        $(MAKE) INSTALL_PROGRAM_FLAGS=-s
 
 dist_tmp=dist_tmp/adns-$(DISTVERSION)
-dist:                  distprep
+dist:                  distclean distprep
        rm -rf dist_tmp*
        mkdir dist_tmp $(dist_tmp)
        find \( -name CVS -o -name dist_tmp* \) -prune -o -type d -print | \