Mercurial > hg > mxe-octave-anirudha
changeset 3050:5e8414a77b7d
rules to rebuild Makefile and configure
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 14 Jun 2013 17:39:00 -0400 |
parents | b374f89bc920 |
children | 9cb1ce8082a4 |
files | Makefile.in |
diffstat | 1 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in +++ b/Makefile.in @@ -284,7 +284,7 @@ endif .PHONY: all -all: octave +all: configure Makefile octave .PHONY: all-packages all-packages: $(PKGS) @@ -297,6 +297,15 @@ .PHONY: octave-forge-packages octave-forge-packages: $(OCTAVE_FORGE_PACKAGES) +configure: configure.ac + autoconf + +config.status: configure + $(SHELL) ./config.status --recheck + +Makefile: Makefile.in config.status + $(SHELL) ./config.status Makefile + .PHONY: check-requirements define CHECK_REQUIREMENT @if ! $(1) --help &>/dev/null; then \