Changeset 2769 for trunk/distrib
- Timestamp:
- 08/24/08 22:06:52 (3 months ago)
- Files:
-
- trunk/distrib/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/distrib/Makefile.am
r2768 r2769 51 51 fc2/apt/rpmpriorities fc2/pkgs/01 fc2/pkgs/02 \ 52 52 fc3/apt/rpmpriorities fc3/pkgs/01 fc3/pkgs/02 fc3/pkgs/03 \ 53 fc3/yum/yum.conf $(wildcard fc3/yum.repos.d/*.repo) \54 $(wildcard fc3/rpmlist.d/*.lst) $(wildcard fc3/rpmlist.d/*.opt) \53 fc3/yum/yum.conf $(wildcard $(srcdir)/fc3/yum.repos.d/*.repo) \ 54 $(wildcard $(srcdir)/fc3/rpmlist.d/*.lst) $(wildcard $(srcdir)/c3/rpmlist.d/*.opt) \ 55 55 fc4/apt/rpmpriorities fc4/pkgs/01 fc4/pkgs/02 fc4/pkgs/03 \ 56 fc4/yum/yum.conf $(wildcard fc4/yum.repos.d/*.repo) \57 $(wildcard fc4/rpmlist.d/*.lst) $(wildcard fc4/rpmlist.d/*.opt) \56 fc4/yum/yum.conf $(wildcard $(srcdir)/fc4/yum.repos.d/*.repo) \ 57 $(wildcard $(srcdir)/fc4/rpmlist.d/*.lst) $(wildcard $(srcdir)/c4/rpmlist.d/*.opt) \ 58 58 fc5/apt/rpmpriorities fc5/pkgs/01 fc5/pkgs/02 fc5/pkgs/03 \ 59 fc5/yum/yum.conf $(wildcard fc5/yum.repos.d/*.repo) \60 $(wildcard fc5/rpmlist.d/*.lst) $(wildcard fc5/rpmlist.d/*.opt) \59 fc5/yum/yum.conf $(wildcard $(srcdir)/fc5/yum.repos.d/*.repo) \ 60 $(wildcard $(srcdir)/fc5/rpmlist.d/*.lst) $(wildcard $(srcdir)/c5/rpmlist.d/*.opt) \ 61 61 fc6/apt/rpmpriorities fc6/pkgs/01 fc6/pkgs/02 fc6/pkgs/03 \ 62 fc6/yum/yum.conf $(wildcard fc6/yum.repos.d/*.repo) \63 $(wildcard fc6/rpmlist.d/*.lst) $(wildcard fc6/rpmlist.d/*.opt) \62 fc6/yum/yum.conf $(wildcard $(srcdir)/fc6/yum.repos.d/*.repo) \ 63 $(wildcard $(srcdir)/fc6/rpmlist.d/*.lst) $(wildcard $(srcdir)/c6/rpmlist.d/*.opt) \ 64 64 f7/apt/rpmpriorities f7/pkgs/01 f7/pkgs/02 f7/pkgs/03 \ 65 f7/yum/yum.conf $(wildcard f7/yum.repos.d/*.repo) \66 $(wildcard f7/rpmlist.d/*.lst) $(wildcard f7/rpmlist.d/*.opt) \65 f7/yum/yum.conf $(wildcard $(srcdir)/f7/yum.repos.d/*.repo) \ 66 $(wildcard $(srcdir)/f7/rpmlist.d/*.lst) $(wildcard $(srcdir)/7/rpmlist.d/*.opt) \ 67 67 f8/apt/rpmpriorities f8/pkgs/01 f8/pkgs/02 f8/pkgs/03 \ 68 f8/yum/yum.conf $(wildcard f8/yum.repos.d/*.repo) \69 $(wildcard f8/rpmlist.d/*.lst) $(wildcard f8/rpmlist.d/*.opt) \68 f8/yum/yum.conf $(wildcard $(srcdir)/f8/yum.repos.d/*.repo) \ 69 $(wildcard $(srcdir)/f8/rpmlist.d/*.lst) $(wildcard $(srcdir)/8/rpmlist.d/*.opt) \ 70 70 f9/pkgs/01 f9/pkgs/02 f9/pkgs/03 f9/yum/yum.conf \ 71 $(wildcard f9/yum.repos.d/*.repo) \72 $(wildcard f9/rpmlist.d/*.lst) $(wildcard f9/rpmlist.d/*.opt) \71 $(wildcard $(srcdir)/f9/yum.repos.d/*.repo) \ 72 $(wildcard $(srcdir)/f9/rpmlist.d/*.lst) $(wildcard $(srcdir)/9/rpmlist.d/*.opt) \ 73 73 centos4/pkgs/01 centos4/pkgs/02 centos4/pkgs/03 \ 74 centos4/yum/yum.conf $(wildcard centos4/yum.repos.d/*.repo) \74 centos4/yum/yum.conf $(wildcard $(srcdir)/centos4/yum.repos.d/*.repo) \ 75 75 centos5/pkgs/01 centos5/pkgs/02 centos5/pkgs/03 \ 76 centos5/yum/yum.conf $(wildcard centos5/yum.repos.d/*.repo) \76 centos5/yum/yum.conf $(wildcard $(srcdir)/centos5/yum.repos.d/*.repo) \ 77 77 suse91/apt/rpmpriorities suse91/pkgs/01 suse91/pkgs/02 \ 78 78 suse91/rpm/macros \
