mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
9c895c01df
commit
de6576b429
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user