(AC_OUTPUT): Don't write glob/Makefile.

This commit is contained in:
Roland McGrath 1994-11-28 20:48:43 +00:00
parent e495d2380d
commit 5159db0aa4

View file

@ -108,7 +108,7 @@ if ( /usr/sccs/admin -n s.conftest || admin -n s.conftest ) >/dev/null 2>&1 &&
fi fi
rm -f s.conftest conftoast rm -f s.conftest conftoast
AC_OUTPUT(Makefile build.sh glob/Makefile, [ AC_OUTPUT(Makefile build.sh, [
# Makefile uses this timestamp file to know when to remake Makefile, # Makefile uses this timestamp file to know when to remake Makefile,
# build.sh, and glob/Makefile. # build.sh, and glob/Makefile.
touch stamp-config]) touch stamp-config])