projects
/
crbtree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395e849
)
build: install-tree - move to $builddir
master
origin/HEAD
origin/master
author
Kay Sievers
<kay@vrfy.org>
Sat, 9 Apr 2016 19:08:32 +0000
(21:08 +0200)
committer
Kay Sievers
<kay@vrfy.org>
Sat, 9 Apr 2016 19:08:55 +0000
(21:08 +0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 2ba0c284ba1c34c775593c703cb5285f996c6cec..7383eaf3092aedc40e05e1771e48aa4d5dee0e61 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-145,7
+145,7
@@
TESTS += $(default_tests)
# check "make install" directory tree
install-tree: all
- rm -rf $(abs_
src
dir)/install-tree
- $(MAKE) install DESTDIR=$(abs_
src
dir)/install-tree
- tree $(abs_
src
dir)/install-tree
+ rm -rf $(abs_
build
dir)/install-tree
+ $(MAKE) install DESTDIR=$(abs_
build
dir)/install-tree
+ tree $(abs_
build
dir)/install-tree
.PHONY: install-tree