Index: ossp-pkg/uuid/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v rcsdiff -q -kk '-r1.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v' 2>/dev/null --- Makefile.in 2004/11/03 17:07:57 1.22 +++ Makefile.in 2004/11/03 18:08:24 1.23 @@ -136,7 +136,7 @@ sed -e "s;UUID_VERSION_STR;$$V2;" >uuid.1; \ $(RM) /tmp/uuid.pod -check: $(PRG_NAME) +check: all @echo "==== UUID version 1 (time and node based): 4 single iterations"; \ $(LIBTOOL) --mode=execute ./$(PRG_NAME) -v1 -n 4 -1 @echo "==== UUID version 1 (time and node based): 4 subsequent iterations"; \ @@ -225,7 +225,7 @@ -$(RM) Makefile config.h uuid-config uuid.h -$(RM) libtool -@if [ ".$(WITH_PERL)" = .yes ]; then \ - (cd perl && $(MAKE) $(MFLAGS) distclean || true); \ + (cd perl && $(MAKE) $(MFLAGS) distclean || true; rm -f Makefile.old); \ fi realclean: distclean