--- rxvt-unicode/Makefile.in 2004/03/14 21:51:38 1.6 +++ rxvt-unicode/Makefile.in 2005/02/02 08:09:23 1.10 @@ -1,5 +1,5 @@ # ./Makefile.in -*- Makefile -*- -# $Id: Makefile.in,v 1.6 2004/03/14 21:51:38 pcg Exp $ +# $Id: Makefile.in,v 1.10 2005/02/02 08:09:23 root Exp $ @MCOMMON@ srcdir = @srcdir@ @@ -9,8 +9,8 @@ first_rule: all dummy: -subdirs = src doc src/test -allsubdirs = W11 $(subdirs) +subdirs = src doc +allsubdirs = $(subdirs) DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog @@ -25,7 +25,6 @@ #------------------------------------------------------------------------- all allbin alldoc tags: - @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done realclean: clean @@ -34,7 +33,6 @@ clean: $(RMF) *~ config.cache $(RMF) -r autom4te.cache - @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done # @@ -64,7 +62,6 @@ $(MKDIR) $(DESTDIR)$(mandir) install: installdirs - @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done Makefiles: @@ -83,7 +80,7 @@ (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) distdir: - cd doc && $(MAKE) yodl/versioninfo.yo + cd doc && $(MAKE) distdepend rm -rf $(VERNAME) mkdir $(VERNAME) rsync -aR `cat MANIFEST` $(VERNAME)/.