Skip to content
Snippets Groups Projects
Commit 3730a53b authored by rswindell's avatar rswindell
Browse files

XPDEV directory macro does not end in slash.

parent 4a7c78f3
Branches
Tags
No related merge requests found
......@@ -17,8 +17,8 @@ endif
CFLAGS += -MMD
CCPRE ?= gcc
ifdef BUILD_DEPENDS
CC = $(XPDEV)../build/mkdep -a
CXX = $(XPDEV)../build/mkdep -a
CC = $(XPDEV)/../build/mkdep -a
CXX = $(XPDEV)/../build/mkdep -a
LD = echo
COMPILE_MSG := Depending
else
......@@ -153,7 +153,7 @@ vpath %.c $(XPDEV)
CFLAGS += -I$(XPDEV)
-include targets.mk
-include $(XPDEV)rules.mk
-include $(XPDEV)/rules.mk
-include objects.mk # defines $(OBJS)
ifdef XP_SEM
PTHREAD_OBJS += $(LIBODIR)$(SLASH)xpsem.$(OFILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment