Recent automake uses $(AMTAR) instead of $(TAR)
This commit is contained in:
parent
c6d2f6c620
commit
a5d8be8b1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue