Makefile: use fc18 as default value for DIST_DOM0

This commit is contained in:
Joanna Rutkowska 2013-02-28 13:43:32 +00:00
parent 81a8a372ab
commit ef972bcbc7

View File

@ -5,7 +5,7 @@ VERSION_VAIO_FIXES := $(shell cat version_vaio_fixes)
VERSION_VM := $(shell cat version_vm) VERSION_VM := $(shell cat version_vm)
VERSION_LIBS := $(shell cat version_libs) VERSION_LIBS := $(shell cat version_libs)
DIST_DOM0 ?= fc13 DIST_DOM0 ?= fc18
help: help:
@echo "make rpms -- generate binary rpm packages" @echo "make rpms -- generate binary rpm packages"