From 7c0c93281e5d621f35b46c90f153e2fb4ca8a796 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 2 Jul 2010 16:23:42 +0000 Subject: [PATCH] Removing debian package files too in clean target. --- org.glite.security.gsoap-plugin/Makefile | 2 +- org.glite.security.gss/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 20d0375..6b1976d 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -264,7 +264,7 @@ clean: rm -rvf ${LTLIB_TEST_S} rm -rvf *.c *.h *.xml *.nsmap *.o *.lo .libs ${EXAMPLES} ${TESTS} rm -rvf CalcService.wsdl wscalc.xsd - rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ + rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ debian/ for v in ${gsoap_versions_noflavours} ${gsoap_versions_flavours}; do \ rm -rvf `echo $$v | tr -d .`; \ done diff --git a/org.glite.security.gss/Makefile b/org.glite.security.gss/Makefile index c4f26a2..dc8b50b 100644 --- a/org.glite.security.gss/Makefile +++ b/org.glite.security.gss/Makefile @@ -141,7 +141,7 @@ install: clean: rm -rf *.o *.lo *.a *.la .libs test_gss - rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ + rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ debian/ %.o: %.c ${COMPILE} ${GLOBUS_INC} ${ARES_INC} -o $@ -c $< -- 1.8.2.3