From: Thierry Parmentelat Date: Tue, 7 Jun 2011 22:40:16 +0000 (+0200) Subject: cosmetic X-Git-Tag: 5.0-rc22~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bdb5b2ab782340d21d6e9afd60380d73bde88d83;p=build.git cosmetic --- 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