Remove unused CVSROOT variable from Makefile
This commit is contained in:
parent
f359c096c2
commit
c57d60b64e
2
Makefile
2
Makefile
@ -1,8 +1,6 @@
|
|||||||
NAME=redhat-rpm-config
|
NAME=redhat-rpm-config
|
||||||
VERSION=$(shell awk '/Version:/ { print $$2 }' $(NAME).spec)
|
VERSION=$(shell awk '/Version:/ { print $$2 }' $(NAME).spec)
|
||||||
|
|
||||||
CVSROOT = $(shell cat CVS/Root 2>/dev/null || :)
|
|
||||||
|
|
||||||
CVSTAG = REDHAT_RPM_CONFIG_$(subst .,_,$(VERSION))
|
CVSTAG = REDHAT_RPM_CONFIG_$(subst .,_,$(VERSION))
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
Loading…
Reference in New Issue
Block a user