diff options
| author | karltk <karltk@gentoo.org> | 2004-01-07 12:45:47 +0000 |
|---|---|---|
| committer | karltk <karltk@gentoo.org> | 2004-01-07 12:45:47 +0000 |
| commit | d7bc579a0e0fac22c074a345065e1193f61740f9 (patch) | |
| tree | f1198daf3ba1df73bb245073c0b0a2e9b58e1595 /trunk/src/etc-update | |
| parent | ae60b4b979ee95fc7e7899f12b200b490d05cd4d (diff) | |
| download | gentoolkit-d7bc579a0e0fac22c074a345065e1193f61740f9.tar.gz | |
Fixes to build system
svn path=/; revision=48
Diffstat (limited to 'trunk/src/etc-update')
| -rw-r--r-- | trunk/src/etc-update/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/etc-update/Makefile b/trunk/src/etc-update/Makefile index 0338744..a9327c7 100644 --- a/trunk/src/etc-update/Makefile +++ b/trunk/src/etc-update/Makefile @@ -11,7 +11,7 @@ all: dist: mkdir -p ../../$(distdir)/src/etc-update - cp {AUTHORS,README,TODO,ChangeLog,etc-update,etc-update.1} ../../$(distdir)/src/etc-update/ + cp {Makefile,AUTHORS,README,TODO,ChangeLog,etc-update,etc-update.1} ../../$(distdir)/src/etc-update/ install: install -m 0755 etc-update $(bindir)/ |
