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

XPDEV and SBBS_SRC macros does not include a trailing slash.

parent 80f791ac
No related branches found
No related tags found
No related merge requests found
......@@ -15,14 +15,14 @@
# Macros
XSDK = ../sdk
ifndef XPDEV
XPDEV = ../../src/xpdev/
XPDEV = ../../src/xpdev
endif
ifndef SBBS_SRC
SBBS_SRC := $(XPDEV)../sbbs3/
SBBS_SRC := $(XPDEV)../sbbs3
endif
NEED_THREADS := 1
include $(XPDEV)Common.gmake
include $(SBBS_SRC)Common.gmake
include $(XPDEV)/Common.gmake
include $(SBBS_SRC)/Common.gmake
ifeq ($(os),sunos)
LDFLAGS += -lsocket -lnsl -lrt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment