aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-06-07 13:06:03 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-06-07 13:06:03 +0000
commit0a74190d1ee254f9d40cd875e65263305fd1c739 (patch)
treef5a144e51f53ea2b756646deaa420fff93bd9ab3 /Makefile
parent1a3752d130dd9f7dd766ea57efbad65ce949ed75 (diff)
downloadspec-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cbc5cfe..90e5c2c 100644
--- a/Makefile
+++ b/Makefile
@@ -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