projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4bb9ac
)
echo fix in Makefile
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Sat, 19 Jul 2008 20:57:07 +0000
(16:57 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Sat, 19 Jul 2008 20:57:07 +0000
(16:57 -0400)
src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
e6fe96b
..
fc76ec0
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-100,7
+100,7
@@
tags: ${SRCS}
ctags $^
tar:
- ${Q1}echo "tar: physics.tar"
+ ${Q1}echo "tar: physics.tar
.bz2
"
${Q2}rm -f physics.tar # prevents appending
${Q2}for f in ${TARS}; do\
tar -C ../.. -rf physics.tar "physics/src/$$f"; done