reinstate spec2make.c, this is still needed for f14 builds unfortunately
[build.git] / Makefile
index c2d237b..1c9e81f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -439,8 +439,8 @@ 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.py
-       ln -s spec2make.py $@
+spec2make: spec2make.c
+       $(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