mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-26 03:13:42 +08:00
(my-distcheck): Depend on po-check, so I'll be warned
about any required changes at `make distcheck' time rather than at `make alpha' time.
This commit is contained in:
parent
ab365a8297
commit
b43184c5e5
@ -48,7 +48,7 @@ null_AM_MAKEFLAGS = \
|
||||
MAKEINFO=false
|
||||
|
||||
t=./=test
|
||||
my-distcheck:
|
||||
my-distcheck: po-check
|
||||
-rm -rf $(t)
|
||||
mkdir $(t)
|
||||
GZIP=$(GZIP) $(AMTAR) -C $(t) -zxf $(distdir).tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user