diff options
author | Roland McGrath <roland@redhat.com> | 1994-11-28 20:48:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-11-28 20:48:43 +0000 |
commit | 5159db0aa4991be1983897d0bbb02cf2eb30b8a3 (patch) | |
tree | 9c71db944e0bf37f586c785df4e4c64af2fc2bcd | |
parent | e495d2380db549aff290f43006f70526234a14c9 (diff) | |
download | gunmake-5159db0aa4991be1983897d0bbb02cf2eb30b8a3.tar.gz |
(AC_OUTPUT): Don't write glob/Makefile.
-rw-r--r-- | configure.in | 2 |
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]) |