The config stuff should be a little easier to maintain now.

This commit is contained in:
Bill Currie 2000-01-29 11:59:09 +00:00
parent e4ccc359ae
commit f9d8cb8164

View file

@ -51,7 +51,10 @@ ifeq ($(SRC_DIR),.)
configure: configure.in acconfig.h
./bootstrap
Makefile qw_client/Makefile qw_server/Makefile uquake/Makefile common/Makefile: configure Makefile.in qw_client/Makefile.in qw_server/Makefile.in uquake/Makefile.in common/Makefile.in
CONFIG_SRC = Makefile.in qw_client/Makefile.in qw_server/Makefile.in \
uquake/Makefile.in common/Makefile.in
$(patsubst %.in,%,$(CONFIG_SRC)): configure $(CONFIG_SRC)
$(SHELL) ./config.status --recheck
$(SHELL) ./config.status