diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-06-07 13:06:03 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-06-07 13:06:03 +0000 |
commit | 0a74190d1ee254f9d40cd875e65263305fd1c739 (patch) | |
tree | f5a144e51f53ea2b756646deaa420fff93bd9ab3 /Makefile | |
parent | 1a3752d130dd9f7dd766ea57efbad65ce949ed75 (diff) | |
download | spec-helper-0a74190d1ee254f9d40cd875e65263305fd1c739.tar spec-helper-0a74190d1ee254f9d40cd875e65263305fd1c739.tar.gz spec-helper-0a74190d1ee254f9d40cd875e65263305fd1c739.tar.bz2 spec-helper-0a74190d1ee254f9d40cd875e65263305fd1c739.tar.xz spec-helper-0a74190d1ee254f9d40cd875e65263305fd1c739.zip |
Replace relative_me_babe by relink_symlinks, by Guillaume Rousse (bug #22983)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ VERSION:=$(shell rpm --qf %{VERSION} -q --specfile spec-helper.spec) RELEASE:=$(shell rpm --qf %{RELEASE} -q --specfile spec-helper.spec) TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') -FILES= spec-helper clean_files clean_perl compress_files strip_files relative_me_babe lib_symlinks gprintify.py fix-mo translate_menu.pl \ - fixpamd gprintify remove_info_dir +FILES=spec-helper clean_files clean_perl compress_files strip_files lib_symlinks gprintify.py fix-mo translate_menu.pl \ + fixpamd gprintify remove_info_dir relink_symlinks MACROSFILE = $(PACKAGE).macros DISTFILES= AUTHORS Makefile ChangeLog Howto-spec-helper $(FILES) macroszification spec-helper.spec $(MACROSFILE).in bindir=/usr/bin |