* Makefile.am (TAGS): add a msg to suggest --enable-tags.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4209 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-05-15 15:52:59 +00:00
parent db0fdc1548
commit 85f732f84f

View File

@ -75,6 +75,11 @@ TAGS:
fi
${MAKE} TAGS.stamp
.PHONY: TAGS
else
TAGS:
@echo "You must ./configure with --enable-etags to use TAGS."
endif
.PHONY: TAGS