projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07af3cf
)
removed tags creation ... broken system, no real point
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 19 Jan 2009 23:57:59 +0000
(18:57 -0500)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 19 Jan 2009 23:57:59 +0000
(18:57 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
6049377
..
f3e6ad8
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-105,11
+105,6
@@
${DSTCFGDIR}%.cfg: ${SRCCFGDIR}%.cfg | $$(dir $$@)
${Q2}cp $< $@
-tags: ${SRCS}
- ${Q1}${PRNTFMT} "ctags" "$@"
- ${Q2}ctags $^
-
-
.PHONY: clean
clean:
${Q1}${PRNTFMT} "rm" "${OBJSDIR}"