aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-22 16:57:44 -0700
committerGraydon Hoare <[email protected]>2011-03-22 17:11:47 -0700
commit0c06f5169f51f9af88346faf6ee7e21289cd6572 (patch)
treed9cb4456e03be1bb2967295d381bb4447855fcb1
parentPort auto-dep logic to new Makefile.in (diff)
downloadrust-0c06f5169f51f9af88346faf6ee7e21289cd6572.tar.xz
rust-0c06f5169f51f9af88346faf6ee7e21289cd6572.zip
Trim redundant /
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a638c4fc..d69e8d06 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -234,7 +234,7 @@ BOOT_CMXS := $(BOOT_MLS:.ml=.cmx)
BOOT_OBJS := $(BOOT_MLS:.ml=.o)
BOOT_CMIS := $(BOOT_MLS:.ml=.cmi)
-BS := $(S)src/boot/
+BS := $(S)src/boot
BOOT_ML_DEP_INCS := -I $(BS)/fe -I $(BS)/me \
-I $(BS)/be -I $(BS)/driver \