From: František Dvořák Date: Fri, 2 Jul 2010 16:23:42 +0000 (+0000) Subject: Removing debian package files too in clean target. X-Git-Tag: glite-security-gsoap-plugin_R_2_1_2_1~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=7c0c93281e5d621f35b46c90f153e2fb4ca8a796;p=jra1mw.git Removing debian package files too in clean target. --- 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 $<