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:
Nelson Rush 1999-12-30 23:50:31 +00:00
parent b5c66ceb00
commit 8da551b601

View file

@ -1,5 +1,5 @@
SUBDIRS = qw_client qw_server uquake
SRC_DIR = @src_dir@
SRC_DIR = @srcdir@
all:
@for dir in $(SUBDIRS); do \