From 2b0e2f6c257ac0aaa17b285569d0da0c53378062 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 4 Aug 2001 20:04:35 +0000 Subject: ensure MDK/Common.pm is generated when generating the spec file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 997b876..8fbd289 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ commit: tar: clean cd .. ; tar cf - $(NAME) | bzip2 -9 >$(TAR) -build: +build: MDK/Common.pm cp -f ../$(TAR) $(RPM)/SOURCES perl -I. -MMDK::Common -pe 's/THEVERSION/$$MDK::Common::VERSION/' $(NAME).spec > $(RPM)/SPECS/$(NAME).spec -rpm -ba $(RPM)/SPECS/$(NAME).spec -- cgit v1.2.1