summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-11-28 20:48:43 +0000
committerRoland McGrath <roland@redhat.com>1994-11-28 20:48:43 +0000
commit5159db0aa4991be1983897d0bbb02cf2eb30b8a3 (patch)
tree9c71db944e0bf37f586c785df4e4c64af2fc2bcd /configure.in
parente495d2380db549aff290f43006f70526234a14c9 (diff)
downloadgunmake-5159db0aa4991be1983897d0bbb02cf2eb30b8a3.tar.gz
(AC_OUTPUT): Don't write glob/Makefile.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b464c7b..8578739 100644
--- a/configure.in
+++ b/configure.in
@@ -108,7 +108,7 @@ if ( /usr/sccs/admin -n s.conftest || admin -n s.conftest ) >/dev/null 2>&1 &&
fi
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,
# build.sh, and glob/Makefile.
touch stamp-config])