mirror of
https://github.com/mirror/make.git
synced 2025-02-06 17:50:48 +08:00
Undo last change. Bad juju.
This commit is contained in:
parent
f3699ad75f
commit
55b99d4151
@ -265,12 +265,10 @@ stamp-config: config.status $(srcdir)/config.h.in
|
|||||||
$(SHELL) config.status
|
$(SHELL) config.status
|
||||||
touch stamp-config
|
touch stamp-config
|
||||||
|
|
||||||
configure: configure.in aclocal.m4
|
#configure: configure.in aclocal.m4
|
||||||
cd $(srcdir) && autoconf $(ACFLAGS)
|
# cd $(srcdir) && autoconf $(ACFLAGS)
|
||||||
test -d CVS && cvs commit -m'autoconf $(ACFLAGS)' $@
|
#config.h.in: configure.in aclocal.m4
|
||||||
config.h.in: configure.in aclocal.m4
|
# cd $(srcdir) && autoheader $(ACFLAGS)
|
||||||
cd $(srcdir) && autoheader $(ACFLAGS)
|
|
||||||
test -d CVS && cvs commit -m'autoheader $(ACFLAGS)' $@
|
|
||||||
|
|
||||||
# This tells versions [3.59,3.63) of GNU make not to export all variables.
|
# This tells versions [3.59,3.63) of GNU make not to export all variables.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
Loading…
Reference in New Issue
Block a user