mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
The config stuff should be a little easier to maintain now.
This commit is contained in:
parent
e4ccc359ae
commit
f9d8cb8164
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue