Recent automake uses $(AMTAR) instead of $(TAR)
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 27 Mar 2002 15:35:07 +0000 (15:35 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 27 Mar 2002 15:35:07 +0000 (15:35 +0000)
doc/Makefile.maint

index 947e338..75804f0 100644 (file)
@@ -35,4 +35,4 @@ $(dyn_MANS): %.8: %.x $(HELP2MAN)
        fi
 
 sample-config.tar.gz:
-       GZIP=$(GZIP_ENV) $(TAR) chozf sample-config.tar.gz sample-config
+       GZIP=$(GZIP_ENV) $(AMTAR) chozf sample-config.tar.gz sample-config