Index: ossp-pkg/l2/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/l2/Makefile.in,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/l2/Makefile.in,v' 2>/dev/null --- Makefile.in 2001/08/15 10:36:03 1.9 +++ Makefile.in 2001/09/03 17:23:48 1.10 @@ -211,8 +211,12 @@ # by "autoconf && autoheader && ./configure && make all" realclean: distclean $(RM) configure + $(RM) config.guess config.sub + $(RM) ltmain.sh libtool.m4 + $(RM) shtool $(RM) l2-config.1 $(RM) l2.3 + $(RM) l2++.3 # roll a distribution tarball dist: distclean @@ -233,25 +237,6 @@ update-version: @OPT="-s`$(SHTOOL) version -lc -dshort $(_VERSION_FILE)`" && $(_VERSION) -# update build environment tools -update-tools: - @$(RM) ltmain.sh ltconfig shtool - @$(MAKE) $(MFLAGS) ltmain.sh ltconfig configure shtool -configure: configure.in aclocal.m4 - $(RM) configure - autoconf -ltmain.sh: - @F=`libtoolize -n -c -f | grep 'cp.*ltmain.sh' |\ - sed -e 's;[^/]*;;' -e 's; .*;;'`; \ - echo "ltmain.sh <-- $$F"; cat $$F |\ - sed -e 's:/bin/sh; then:/bin/sh || test "$$nonopt" = ./shtool;then:' \ - -e 's:exec \$$SHELL \$$0 --finish:exit 0 #:' >ltmain.sh -ltconfig: - @F=`libtoolize -n -c -f | grep 'cp.*ltconfig' | sed -e 's;[^/]*;;' -e 's; .*;;'`; \ - echo "ltconfig <-- $$F"; cp $$F . -shtool: - shtoolize -o shtool echo version mkdir install fixperm tarball - # create dependencies depend: cp Makefile.in Makefile.in.bak \