bash-completion/test/Makefile.am
Ville Skyttä f8ac6a5aeb autotools: Use MKDIR_P instead of mkdir_p (Alioth: #313671).
mkdir_p is obsolete since automake 1.10 and will be removed in 1.13
according to docs in 1.12.1.
2012-06-08 18:59:31 +03:00

17 lines
260 B
Makefile

DEJATOOL = completion install unit
AM_RUNTESTFLAGS = --outdir log --ignore $(PACKAGE).log
EXTRA_DIST = completion \
config \
fixtures \
lib \
unit
all:
$(MKDIR_P) log tmp
distclean-local:
rm -rf log tmp
AUTOMAKE_OPTIONS = dejagnu