mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
Recurse into non-build subdirectories only when needed.
No point in sending make into directories where it will never do anything under normal circumstances.
This commit is contained in:
parent
39b07dc9a1
commit
a2d1e0667c
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ AUTOMAKE_OPTIONS= foreign
|
|||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS=RPM debian desktop doc include libs hw nq qtv qw tools ruamoko \
|
||||
pkg-config vc2005 vc2008
|
||||
SUBDIRS=desktop pkg-config include libs hw nq qtv qw tools ruamoko
|
||||
DIST_SUBDIRS=$(SUBDIRS) RPM debian doc vc2005 vc2008
|
||||
|
||||
## configure.ac needs to be listed here for older autoconfs
|
||||
EXTRA_DIST= ChangeLog configure.ac bootstrap \
|
||||
|
|
Loading…
Reference in a new issue