Skip to content
Snippets Groups Projects
Commit 80f791ac authored by rswindell's avatar rswindell
Browse files

XPDEV macro does not include a trailing slash.

parent 21b86386
Branches
Tags
No related merge requests found
......@@ -13,10 +13,10 @@
# $Id$
XSDK = ../sdk
XPDEV ?= ../../src/xpdev/
XPDEV ?= ../../src/xpdev
vpath %.c $(XSDK)
NEED_THREADS := 1
include $(XPDEV)Common.gmake
include $(XPDEV)/Common.gmake
CFLAGS += -I$(XSDK)
ifeq ($(os),sunos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment