From: Enrico Scholz Date: Sat, 19 Mar 2005 02:03:03 +0000 (+0000) Subject: use 'lib-dietlibc-not-enabled-error.a' consistently X-Git-Tag: IPSENTINEL_VERSION_0_12~60 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22073c2dfee1954cae74e3dffd78584d9a185600;p=util-vserver.git use 'lib-dietlibc-not-enabled-error.a' consistently clean all libraries inclusive those which might not be built git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1934 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/ensc_vector/Makefile-files b/util-vserver/ensc_vector/Makefile-files index 7cda7dc..ec62f20 100644 --- a/util-vserver/ensc_vector/Makefile-files +++ b/util-vserver/ensc_vector/Makefile-files @@ -57,9 +57,11 @@ LIBENSCVECTOR_DIET = libensc_vector-diet.a LIBENSCVECTOR = $(LIBENSCVECTOR_DIET) ENSC_VECTOR_LIBS += $(LIBENSCVECTOR_DIET) else -LIBENSCVECTOR_DIET = lib-ensc_vector-diet-not-available.a +LIBENSCVECTOR_DIET = lib-dietlibc-not-enabled-error.a LIBENSCVECTOR = $(LIBENSCVECTOR_GLIBC) endif +CLEANFILES += libensc_vector-diet.a \ + libensc_vector-glibc.a include $(srcdir)/ensc_vector/testsuite/Makefile-files