Make configure hint about which make to run

This commit is contained in:
Joel Rosdahl 2010-02-15 21:34:45 +01:00
parent 2ef46395cd
commit 89c1146bb8

View File

@ -108,3 +108,5 @@ AC_CONFIG_FILES([Makefile])
AC_OUTPUT AC_OUTPUT
mkdir -p .deps mkdir -p .deps
AC_MSG_NOTICE(Now please build ccache by running $ac_cv_path_MAKE)