mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 21:31:18 +00:00
i've added cesarb's fix:
top-level Makefile has @src_dir@, right thing is @srcdir@, and some tabs seem tohave been converted to spaces.
This commit is contained in:
parent
b5c66ceb00
commit
8da551b601
1 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
SUBDIRS = qw_client qw_server uquake
|
||||
SRC_DIR = @src_dir@
|
||||
SRC_DIR = @srcdir@
|
||||
|
||||
all:
|
||||
@for dir in $(SUBDIRS); do \
|
||||
|
|
Loading…
Reference in a new issue