mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-21 02:50:56 +00:00
added rpm/build_rpm.in and rpm/quakeforge.spec.in
It is now easy to add any new autoconf files. All current (relevant) ones now have their dependencies checked.
This commit is contained in:
parent
f9d8cb8164
commit
463ae7730b
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ configure: configure.in acconfig.h
|
|||
./bootstrap
|
||||
|
||||
CONFIG_SRC = Makefile.in qw_client/Makefile.in qw_server/Makefile.in \
|
||||
uquake/Makefile.in common/Makefile.in
|
||||
uquake/Makefile.in common/Makefile.in \
|
||||
rpm/build_rpm.in rpm/quakeforge.spec.in
|
||||
|
||||
$(patsubst %.in,%,$(CONFIG_SRC)): configure $(CONFIG_SRC)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
|
Loading…
Reference in a new issue