summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-03-08 18:08:00 +0000
committerRoland McGrath <roland@redhat.com>1995-03-08 18:08:00 +0000
commit55b99d4151fad01fdb4101dc57a3fd1cc68b5096 (patch)
treebe1d18450907a95e54a923d0f9b9ba0f76e28712
parentf3699ad75f448f254c845e4b05bd067860e467f1 (diff)
downloadgunmake-55b99d4151fad01fdb4101dc57a3fd1cc68b5096.tar.gz
Undo last change. Bad juju.
-rw-r--r--compatMakefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/compatMakefile b/compatMakefile
index bf46bdb..adcd1f9 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -265,12 +265,10 @@ stamp-config: config.status $(srcdir)/config.h.in
$(SHELL) config.status
touch stamp-config
-configure: configure.in aclocal.m4
- cd $(srcdir) && autoconf $(ACFLAGS)
- test -d CVS && cvs commit -m'autoconf $(ACFLAGS)' $@
-config.h.in: configure.in aclocal.m4
- cd $(srcdir) && autoheader $(ACFLAGS)
- test -d CVS && cvs commit -m'autoheader $(ACFLAGS)' $@
+#configure: configure.in aclocal.m4
+# cd $(srcdir) && autoconf $(ACFLAGS)
+#config.h.in: configure.in aclocal.m4
+# cd $(srcdir) && autoheader $(ACFLAGS)
# This tells versions [3.59,3.63) of GNU make not to export all variables.
.NOEXPORT: