Fix target dir

This commit is contained in:
Michael Spang 2009-11-13 20:16:39 -05:00
parent 2e7aaac2af
commit 287e02285e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
all: mkoutdir build
ifeq "$(ROOT)" "/users/www/www"
OUTDIR = /var/www-csc/$(RELDIR)
OUTDIR = /srv/www-csc/$(RELDIR)
else
OUTDIR = $(ROOT)/build/$(RELDIR)
endif