projects
/
gevel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d104410
)
fix extra cp
author
Teodor Sigaev
<teodor@sigaev.ru>
Tue, 10 Sep 2013 08:52:13 +0000
(12:52 +0400)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Tue, 10 Sep 2013 08:52:13 +0000
(12:52 +0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
78fb554
..
2c72557
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-27,5
+27,5
@@
pg_version.txt:
then \
cp $(top_srcdir)/$(subdir)/expected/gevel.out.`cat pg_version.txt` expected/gevel.out ; \
else \
- cp
cp
$(top_srcdir)/$(subdir)/expected/gevel.out.st expected/gevel.out ; \
+ cp $(top_srcdir)/$(subdir)/expected/gevel.out.st expected/gevel.out ; \
fi