diff --git a/Makefile b/Makefile index 1cbab9c0..976766b9 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,5 @@ validate: $(XMLFILES) comps.rng fi # Add an easy alias to generate a rawhide comps file -comps-rawhide.xml comps-rawhide: comps-f23.xml - @mv comps-f23.xml comps-rawhide.xml +comps-rawhide.xml comps-rawhide: comps-f24.xml + @mv comps-f24.xml comps-rawhide.xml