Patch compilation of binaries
Former-commit-id: 688670c339643a282bdeabafafff3b451be83cb6 Former-commit-id: 60d3e42d2af73515fea50d9c97dc4eacda9c8abb
This commit is contained in:
@ -103,13 +103,16 @@ TAR = tar
|
||||
# PRTDIR : port dependent files location (libraries and binaries)
|
||||
# BINDIR : port binaries
|
||||
# LIBDIR : port libraries
|
||||
# INCDIR : port includes
|
||||
#
|
||||
|
||||
PRTDIR = $(CFGDIR)../ports/$(PORTNAME)
|
||||
|
||||
BINDIR = $(PRTDIR)/bin
|
||||
BINDIR = $(abspath $(PRTDIR))/bin
|
||||
|
||||
LIBDIR = $(PRTDIR)/lib
|
||||
LIBDIR = $(abspath $(PRTDIR))/lib
|
||||
|
||||
INCDIR = $(abspath $(PRTDIR))/include
|
||||
|
||||
# ------------------------------------
|
||||
# default gmake variable in implicit rules
|
||||
|
Reference in New Issue
Block a user