* fixed clean target: no error if repository files do not exist

This commit is contained in:
Jürgen Hötzel 2007-02-01 21:46:08 +00:00
parent 93b0e76287
commit fc4fe6d689
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ $(dist_pkgsysconf_DATA): mirrorlist
sed "s|@@REPO@@|$@|g" <$< >$@
clean:
rm $(dist_pkgsysconf_DATA)
rm -f $(dist_pkgsysconf_DATA)