projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8e039
)
package/pkg-cmake.mk: fix indent
author
Peter Seiderer
<ps.report@gmx.net>
Mon, 18 Jan 2021 21:26:58 +0000
(22:26 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 18 Jan 2021 21:32:40 +0000
(22:32 +0100)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pkg-cmake.mk
patch
|
blob
|
history
diff --git
a/package/pkg-cmake.mk
b/package/pkg-cmake.mk
index 3ee70672504b342319e346b3e7da0583b8f68577..c0010510029c6ea3f5b30bf4086406f980f2fbb9 100644
(file)
--- a/
package/pkg-cmake.mk
+++ b/
package/pkg-cmake.mk
@@
-58,7
+58,7
@@
$(2)_MAKE_ENV ?=
$(2)_MAKE_OPTS ?=
$(2)_INSTALL_OPTS ?= install
$(2)_INSTALL_STAGING_OPTS ?= DESTDIR=$$(STAGING_DIR) install/fast
-$(2)_INSTALL_TARGET_OPTS
?= DESTDIR=$$(TARGET_DIR) install/fast
+$(2)_INSTALL_TARGET_OPTS ?= DESTDIR=$$(TARGET_DIR) install/fast
$(3)_SUPPORTS_IN_SOURCE_BUILD ?= YES