Try adding dummy clean target to Makefile ...
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Mon, 15 Nov 2004 16:43:23 +0000 (16:43 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Mon, 15 Nov 2004 16:43:23 +0000 (16:43 +0000)
org.gridsite.core/src/Makefile

index 2971a33..d463bd8 100644 (file)
@@ -162,6 +162,8 @@ proxyput-example: proxyput-example.c delegation.h delegation.wsdl \
             soapC.c soapClient.c libstdsoap2.a \
             -lgridsite -lcurl -lz -lssl -lcrypto -lxml2 -lm
 
+clean:
+
 #
 # Install
 #