summaryrefslogtreecommitdiff
path: root/trunk/src/ebump/Makefile
diff options
context:
space:
mode:
authorkarltk <karltk@gentoo.org>2004-10-09 23:49:46 +0000
committerkarltk <karltk@gentoo.org>2004-10-09 23:49:46 +0000
commite45c1b2873c629f478a3efa085aa252281bcc9b3 (patch)
tree0e164971a449cf80e65103893ab0ba42a5b0ec29 /trunk/src/ebump/Makefile
parent57b302ba690c9c103d8493386a49929dd4462a62 (diff)
downloadgentoolkit-e45c1b2873c629f478a3efa085aa252281bcc9b3.tar.gz
Fixes Makefiles to work with posix shells
svn path=/; revision=150
Diffstat (limited to 'trunk/src/ebump/Makefile')
-rw-r--r--trunk/src/ebump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/ebump/Makefile b/trunk/src/ebump/Makefile
index ec91deb..aa1d347 100644
--- a/trunk/src/ebump/Makefile
+++ b/trunk/src/ebump/Makefile
@@ -11,10 +11,10 @@ all:
dist:
mkdir -p ../../$(distdir)/src/ebump/
- cp {Makefile,AUTHORS,README,TODO,ChangeLog,ebump,ebump.1} ../../$(distdir)/src/ebump/
+ cp Makefile AUTHORS README TODO ChangeLog ebump ebump.1 ../../$(distdir)/src/ebump/
install: all
install -m 0755 ebump $(bindir)/
install -d $(docdir)/ebump
- install -m 0644 {AUTHORS,README,TODO,ChangeLog} $(docdir)/ebump/
+ install -m 0644 AUTHORS README TODO ChangeLog $(docdir)/ebump/
install -m 0644 ebump.1 $(mandir)/