From 4c799c5f03c57e8a82eea3c1343581e17f2a9b4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 2 Jun 2007 16:24:03 +0000 Subject: [PATCH] Debug xtrace for bash not needed. --- org.glite.security.gsoap-plugin/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index e0fa6b7..c8b0abb 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -173,8 +173,7 @@ all compile: libtool-hack \ all-libs-with-soap examples libtool-hack: - echo 'set -o xtrace' > gcc - echo 'g++ $$@' >> gcc + echo 'g++ $$@' > gcc chmod +x gcc check: compile check.gss -- 1.8.2.3