mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-06 05:04:42 +00:00
Undo last change. Bad juju.
This commit is contained in:
parent
f3699ad75f
commit
55b99d4151
1 changed files with 4 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue