]> arthur.barton.de Git - bup.git/commitdiff
Makefile: avoid using backquotes.
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 5 Jan 2010 18:02:16 +0000 (13:02 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 5 Jan 2010 18:02:16 +0000 (13:02 -0500)
Makefile

index 8351d9e9ad6f2c8852770841b6dd006f559d4795..64b1ecd569e190218d36f3336b2c83dafe255f8e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-CFLAGS=-Wall -g -O2 -Werror `python2.5-config --includes` -g -fPIC
+PYINCLUDE:=$(shell python2.5-config --includes)
+CFLAGS=-Wall -g -O2 -Werror $(PYINCLUDE) -g -fPIC
 
 default: all