mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Do not call autoconf in Makefile, since configure will automatically reconfigure itself if configure.ac has changed
darcs-hash:20060405124918-ac50b-0f45ddc7759383d930e0473a281f092566570210.gz
This commit is contained in:
parent
5d9ba8c1a2
commit
5613d96001
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ all: $(PROGRAMS) user_doc
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
configure: configure.ac
|
configure: configure.ac
|
||||||
autoconf
|
|
||||||
./config.status --recheck
|
./config.status --recheck
|
||||||
|
|
||||||
Makefile: Makefile.in configure
|
Makefile: Makefile.in configure
|
||||||
|
|
Loading…
Reference in a new issue