rpmdist.mk: Fix rpm copying into $(TOPDIR)

Fix builds aborted when generated rpms are copied back into working
dir.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2014-04-27 14:41:35 +00:00
commit 00db3a92e3
2 changed files with 10 additions and 5 deletions

View file

@ -53,3 +53,8 @@ SYMBOLS: $(LIB_A)
check_symversion:
$(symversion) | diff SYMBOLS - | sed '/^</ !d'
blah:
@echo RPM_VERSION = $(RPM_VERSION)
@echo DIST_VERSION = $(DIST_VERSION)