Use $(srcdir) for includes.
committer: mfx <mfx> 969526175 +0000
This commit is contained in:
+2
-2
@@ -132,12 +132,12 @@ NRVDIR:=$(strip $(subst \,/,$(NRVDIR)))
|
|||||||
u = ucl
|
u = ucl
|
||||||
U = UCL
|
U = UCL
|
||||||
upx_exe = upx$e
|
upx_exe = upx$e
|
||||||
include Makefile.inc
|
include $(srcdir)/Makefile.inc
|
||||||
ifneq ($(strip $(wildcard $(NRVDIR)/include/nrv)),)
|
ifneq ($(strip $(wildcard $(NRVDIR)/include/nrv)),)
|
||||||
u = nrv
|
u = nrv
|
||||||
U = NRV
|
U = NRV
|
||||||
upx_exe = upx_$u$e
|
upx_exe = upx_$u$e
|
||||||
include Makefile.inc
|
include $(srcdir)/Makefile.inc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
tmp := -Wl,--rpath,
|
tmp := -Wl,--rpath,
|
||||||
|
|||||||
Reference in New Issue
Block a user