From a1b238ed78d2eb7b6df34bbbf93c7b516aadd36b Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Thu, 22 Sep 2011 23:50:29 +0200 Subject: [PATCH] Fix a missing dependency from php5-swig. --- php5-swig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php5-swig/Makefile b/php5-swig/Makefile index de44312..cc90f0a 100644 --- a/php5-swig/Makefile +++ b/php5-swig/Makefile @@ -3,7 +3,7 @@ CXXFLAGS=-std=gnu++0x $(shell xml2-config --cflags) -fPIC -g LDFLAGS=-shared LIBS=../c++11/xml-template.o -XML_Template_SWIG.so: xml-template_wrap.o +XML_Template_SWIG.so: xml-template_wrap.o $(LIBS) $(CXX) $(LDFLAGS) -o $@ $< $(LIBS) xml-template_wrap.cpp XML_Template_SWIG.php php_XML_Template_SWIG.h : xml-template.swig -- 2.39.2