From d670889a5595f1229a7a1f93fa563eb099d77d20 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 9 Jun 2009 12:39:57 +0000 Subject: [PATCH] Preparation to plug into build --- wsdl/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wsdl/Makefile b/wsdl/Makefile index da910d7c..0a3ec4cc 100644 --- a/wsdl/Makefile +++ b/wsdl/Makefile @@ -1,11 +1,11 @@ # Build a WSDL spec of the API -all: plc_api.wsdl +all: plcapi.wsdl -plc_api.wsdl: - ./api2wsdl.py -o plc_api.wsdl +plcapi.wsdl: + PYTHONPATH=../ python api2wsdl.py > $@ clean: - rm -f plc_api.wsdl + rm -f plcapi.wsdl .PHONY: all clean -- 2.47.0