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
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,8 @@ endif ...@@ -17,8 +17,8 @@ endif
CFLAGS += -MMD CFLAGS += -MMD
CCPRE ?= gcc CCPRE ?= gcc
ifdef BUILD_DEPENDS ifdef BUILD_DEPENDS
CC = $(XPDEV)../build/mkdep -a CC = $(XPDEV)/../build/mkdep -a
CXX = $(XPDEV)../build/mkdep -a CXX = $(XPDEV)/../build/mkdep -a
LD = echo LD = echo
COMPILE_MSG := Depending COMPILE_MSG := Depending
else else
...@@ -153,7 +153,7 @@ vpath %.c $(XPDEV) ...@@ -153,7 +153,7 @@ vpath %.c $(XPDEV)
CFLAGS += -I$(XPDEV) CFLAGS += -I$(XPDEV)
-include targets.mk -include targets.mk
-include $(XPDEV)rules.mk -include $(XPDEV)/rules.mk
-include objects.mk # defines $(OBJS) -include objects.mk # defines $(OBJS)
ifdef XP_SEM ifdef XP_SEM
PTHREAD_OBJS += $(LIBODIR)$(SLASH)xpsem.$(OFILE) 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