Recent automake uses $(AMTAR) instead of $(TAR)

This commit is contained in:
Guus Sliepen 2002-03-27 15:35:07 +00:00
parent c6d2f6c620
commit a5d8be8b1a

View 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