]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Make use of automake CLEANFILES variable instead of clean-local rule
authorDavid Sommerseth <dazo@users.sourceforge.net>
Tue, 13 Apr 2010 13:12:27 +0000 (15:12 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 22 Apr 2010 21:03:10 +0000 (23:03 +0200)
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Makefile.am

index f509a4b1aa5500bacd2b4e0bfda80d00b795f081..76573d11706e9f796c164557e93facbee2685737 100644 (file)
@@ -38,7 +38,7 @@ MAINTAINERCLEANFILES = \
        $(srcdir)/depcomp $(srcdir)/aclocal.m4 \
        $(srcdir)/config.guess $(srcdir)/config.sub \
        $(srcdir)/config-win32.h $(srcdir)/openvpn.spec
-CLEANFILES = openvpn.8.html
+CLEANFILES = openvpn.8.html configure.h
 
 EXTRA_DIST = \
        easy-rsa \
@@ -149,9 +149,6 @@ configure.h: Makefile
        awk -f $(srcdir)/configure_h.awk config.h > $@
        awk -f $(srcdir)/configure_log.awk config.log >> $@
 
-clean-local:
-       -rm -f configure.h
-
 dist-hook:
        cd $(distdir) && for i in $(EXTRA_DIST) $(SUBDIRS) ; do find $$i -name .svn -type d -prune -exec rm -rf '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$|\.s?o$$'` ; done