From e45c1b2873c629f478a3efa085aa252281bcc9b3 Mon Sep 17 00:00:00 2001 From: karltk Date: Sat, 9 Oct 2004 23:49:46 +0000 Subject: Fixes Makefiles to work with posix shells svn path=/; revision=150 --- trunk/src/euse/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trunk/src/euse/Makefile') diff --git a/trunk/src/euse/Makefile b/trunk/src/euse/Makefile index cd4f158..1ccebdb 100644 --- a/trunk/src/euse/Makefile +++ b/trunk/src/euse/Makefile @@ -11,10 +11,10 @@ all: dist: mkdir -p ../../$(distdir)/src/euse/ - cp {Makefile,AUTHORS,README,TODO,ChangeLog,euse,euse.1} ../../$(distdir)/src/euse/ + cp Makefile AUTHORS README TODO ChangeLog euse euse.1 ../../$(distdir)/src/euse/ install: install -m 0755 euse $(bindir)/ install -d $(docdir)/euse - install -m 0644 {README,AUTHORS,TODO,ChangeLog} $(docdir)/euse/ + install -m 0644 README AUTHORS TODO ChangeLog $(docdir)/euse/ install -m 0644 euse.1 $(mandir)/ -- cgit v1.3