mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
Minor patch to configure.in, added a couple files to a few .gitignore
files.
This commit is contained in:
parent
832af13c12
commit
ed16632673
3 changed files with 3 additions and 1 deletions
2
RPM/.gitignore
vendored
Normal file
2
RPM/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
build_rpm
|
||||
quakeforge.spec
|
|
@ -474,7 +474,6 @@ else
|
|||
AC_MSG_RESULT(yes ($CL_SYS_SRC $SV_SYS_SRC))
|
||||
fi
|
||||
|
||||
AC_MSG_CHECKING(targets to be built)
|
||||
if test "x$HAVE_SVGA" = xyes; then
|
||||
TARGETS="$TARGETS qf-client-svga"
|
||||
fi
|
||||
|
|
1
include/.gitignore
vendored
1
include/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
config.h.in
|
||||
config.h
|
||||
stamp-h.in
|
||||
stamp-h
|
||||
|
|
Loading…
Reference in a new issue