diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-09-12 14:57:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-09-12 14:57:02 +0000 |
commit | 82d6d552b35cf9f4ade01f58000b8322d78f35f3 (patch) | |
tree | bc761d173a8ae92ede014bcd711817646f42e6cd /devel/android-tools-fastboot/files/Makefile | |
parent | devel/android-tools-*: simplify via GH_TUPLE (diff) |
devel/android-tools-fastboot: replace post-extract via GH_SUBDIR
Notes
Notes:
svn path=/head/; revision=511886
Diffstat (limited to 'devel/android-tools-fastboot/files/Makefile')
-rw-r--r-- | devel/android-tools-fastboot/files/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/android-tools-fastboot/files/Makefile b/devel/android-tools-fastboot/files/Makefile index 40c5ea52131c..abbb88e6bfff 100644 --- a/devel/android-tools-fastboot/files/Makefile +++ b/devel/android-tools-fastboot/files/Makefile @@ -35,7 +35,7 @@ SRCS+= threads.cpp SRCS+= diagnose_usb.cpp # required by fs_mgr/liblp -.PATH: ${.CURDIR}/../ext4_utils +.PATH: ${.CURDIR}/../extras/ext4_utils SRCS+= ext4_sb.cpp SRCS+= ext4_utils.cpp @@ -91,10 +91,10 @@ CPPFLAGS+= -Dpread64=pread CPPFLAGS+= -DFAKE_LOG_DEVICE=1 CPPFLAGS+= -I${.CURDIR} CPPFLAGS+= -I${.CURDIR}/../include -CPPFLAGS+= -I${.CURDIR}/../include/bootimg +CPPFLAGS+= -I${.CURDIR}/../mkbootimg/include/bootimg CPPFLAGS+= -I${.CURDIR}/../base/include CPPFLAGS+= -I${.CURDIR}/../diagnose_usb/include -CPPFLAGS+= -I${.CURDIR}/../ext4_utils/include +CPPFLAGS+= -I${.CURDIR}/../extras/ext4_utils/include CPPFLAGS+= -I${.CURDIR}/../fs_mgr/liblp/include CPPFLAGS+= -I${.CURDIR}/../libsparse/include CPPFLAGS+= -I${.CURDIR}/../libziparchive/include |