Bug 648053 - Always use absolute paths when specifying the source file to the compiler. r=ted.

--HG--
extra : rebase_source : c2cb4eba8efad66bb2f718c8397deee701801cf6
This commit is contained in:
Jonathan Watt 2011-04-20 10:43:08 +01:00
parent 9c895c01df
commit de6576b429
2 changed files with 0 additions and 8 deletions

View File

@ -82,11 +82,7 @@ else
ELOG :=
endif
ifeq ($(OS_ARCH),WINNT)
_VPATH_SRCS = $(abspath $<)
else
_VPATH_SRCS = $<
endif
# Add $(DIST)/lib to VPATH so that -lfoo dependencies are followed
VPATH += $(DIST)/lib

View File

@ -82,11 +82,7 @@ else
ELOG :=
endif
ifeq ($(OS_ARCH),WINNT)
_VPATH_SRCS = $(abspath $<)
else
_VPATH_SRCS = $<
endif
# Add $(DIST)/lib to VPATH so that -lfoo dependencies are followed
VPATH += $(DIST)/lib