Index: ossp-pkg/xds/Makefile RCS File: /v/ossp/cvs/ossp-pkg/xds/Attic/Makefile,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/xds/Attic/Makefile,v' 2>/dev/null --- Makefile 2001/07/04 16:06:08 1.8 +++ Makefile 2001/07/04 16:13:56 1.9 @@ -37,8 +37,8 @@ clean:: @(cd regression-tests && $(MAKE) clean) - rm -f test.o test - rm -f xds.3 + rm -f $(OBJS) + rm -f libxds.a test.o test xds.3 check: libxds.a (cd regression-tests && $(MAKE) check)