diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-09-11 12:44:16 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-09-11 12:44:16 +0000 |
commit | 443e6d1e48118067fa6ae535272839ef183863a0 (patch) | |
tree | 6fc45e049740c07fc0242bf4f4af786b57d88945 | |
parent | dfa0b7966bbc32e1747c2b1afe2cf4a88c3a7d05 (diff) | |
download | setup-443e6d1e48118067fa6ae535272839ef183863a0.tar setup-443e6d1e48118067fa6ae535272839ef183863a0.tar.gz setup-443e6d1e48118067fa6ae535272839ef183863a0.tar.bz2 setup-443e6d1e48118067fa6ae535272839ef183863a0.tar.xz setup-443e6d1e48118067fa6ae535272839ef183863a0.zip |
fix files list
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ LIST = csh.cshrc csh.login host.conf hosts.allow hosts.deny inputrc \ subdir = passgrp utils man -FILES = $(subdir) $(LIST) Makefile ChangeLog +FILES = $(subdir) $(LIST) Makefile NEWS all: @for dir in $(subdir);do \ |