diff options
| author | karltk <karltk@gentoo.org> | 2004-10-09 23:49:46 +0000 |
|---|---|---|
| committer | karltk <karltk@gentoo.org> | 2004-10-09 23:49:46 +0000 |
| commit | e45c1b2873c629f478a3efa085aa252281bcc9b3 (patch) | |
| tree | 0e164971a449cf80e65103893ab0ba42a5b0ec29 /trunk/src/ekeyword | |
| parent | 57b302ba690c9c103d8493386a49929dd4462a62 (diff) | |
| download | gentoolkit-e45c1b2873c629f478a3efa085aa252281bcc9b3.tar.gz | |
Fixes Makefiles to work with posix shells
svn path=/; revision=150
Diffstat (limited to 'trunk/src/ekeyword')
| -rw-r--r-- | trunk/src/ekeyword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/ekeyword/Makefile b/trunk/src/ekeyword/Makefile index 708863e..c3aed80 100644 --- a/trunk/src/ekeyword/Makefile +++ b/trunk/src/ekeyword/Makefile @@ -14,11 +14,11 @@ all: ekeyword.1 dist: ekeyword.1 mkdir -p ../../$(distdir)/src/ekeyword - cp {Makefile,AUTHORS,README,TODO,ChangeLog,ekeyword,ekeyword.1} ../../$(distdir)/src/ekeyword/ + cp Makefile AUTHORS README TODO ChangeLog ekeyword ekeyword.1 ../../$(distdir)/src/ekeyword/ install: all install -m 0755 ekeyword $(bindir)/ install -d $(docdir)/ekeyword - install -m 0644 {AUTHORS,README,TODO,ChangeLog} $(docdir)/ekeyword/ + install -m 0644 AUTHORS README TODO ChangeLog $(docdir)/ekeyword/ install -m 0644 ekeyword.1 $(mandir)/ |
