From d6543017383240c6f368773416cb12ba26f71022 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 13 Dec 2010 13:07:36 +0000 Subject: [PATCH] Debugging remote build. --- org.glite.lb.ws-test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/org.glite.lb.ws-test/Makefile b/org.glite.lb.ws-test/Makefile index 42ed623..ed498ec 100644 --- a/org.glite.lb.ws-test/Makefile +++ b/org.glite.lb.ws-test/Makefile @@ -63,6 +63,10 @@ ${CEXAMPLES}: %: %.o ${WS_CLIENT_OBJS} ${LINK} -o $@ $@.o ${WS_CLIENT_OBJS} ${WS_CLIENT_LIBS} %.o %.lo: %.c soap_version.h ${SOAP_FILES} + cat ${gsoap_prefix}/include/stdsoap2.h || true + cat ${gsoap_prefix}/stdsoap2.h || true + ${CC} ${CFLAGS} -H $< || true + ${CC} ${CFLAGS} -E $< || true ${COMPILE} -c $< check: -- 1.8.2.3