From bdb5b2ab782340d21d6e9afd60380d73bde88d83 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 8 Jun 2011 00:40:16 +0200 Subject: [PATCH] cosmetic --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88ed7f38..ddc4b8e4 100644 --- a/Makefile +++ b/Makefile @@ -423,8 +423,9 @@ endif ### this utility allows to extract various info from a spec file ### and to define them in makefiles +# use the C code where it works as it's the original one, use the python code otherwise spec2make: spec2make.c - $(CC) -g -Wall $< -o $@ -lrpm -lrpmbuild -lrpmio -lpopt || ln -s spec2make.py spec2make + $(CC) -g -Wall $< -o $@ -lrpm -lrpmbuild -lrpmio -lpopt || ln -s spec2make.py $@ ### run spec2make on the spec file and include the result # usage: spec2make package -- 2.43.0