cfg_dev.mk, rpmdist.mk: Kick out cat VERSION mechanism

This commit is contained in:
Jan Lindemann 2002-07-25 20:28:49 +00:00 committed by Jan Lindemann
commit 6aad0b60cf
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# $Id$
#CONTRIBDIR = $(TOPDIR)/contrib
PREFIX = $(HOME)/dat/test/$(PROJECT)-$(shell cat $(TOPDIR)/VERSION)
PREFIX = $(HOME)/dat/test/$(PROJECT)-$(YTOOLS_VERSION)
VAR_PREFIX = $(PREFIX)/var
DOC_PREFIX = $(PREFIX)/doc/$(PROJECT)
EXEGROUP = $(shell id -gn)