projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5efe3e0
)
Use ${MAKE} -C instead of explicit cd in subshell.
author
Mike Taylor
<mike@indexdata.com>
Thu, 12 Dec 2013 16:49:23 +0000
(16:49 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 12 Dec 2013 16:49:23 +0000
(16:49 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
26c0ca4
..
4729437
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,7
+1,7
@@
# Copyright (c) 2013 IndexData ApS. http://indexdata.com
**default**:
- (cd tools/htdocs; $(MAKE))
+ ${MAKE} -C./tools/htdocs $@
clean distclean all pz2api-git-checkout:
${MAKE} -C./tools/htdocs $@