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/ebump/Makefile | |
| parent | 57b302ba690c9c103d8493386a49929dd4462a62 (diff) | |
| download | gentoolkit-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/Makefile | 4 |
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)/ |
