xwinwm/doc Makefile.in,1.1.1.1,1.2

Harold L Hunt II xserver-commit at pdx.freedesktop.org
Sat Apr 10 20:34:51 PDT 2004


Committed by: harold

Update of /cvs/xserver/xwinwm/doc
In directory pdx:/tmp/cvs-serv31085/doc

Modified Files:
	Makefile.in 
Log Message:
Fix bogus 'p' in configure.in, allow building with srcdir != builddir.

Index: Makefile.in
===================================================================
RCS file: /cvs/xserver/xwinwm/doc/Makefile.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/Makefile.in	11 Apr 2004 03:23:44 -0000	1.1.1.1
+++ b/Makefile.in	11 Apr 2004 03:34:48 -0000	1.2
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.8 from Makefile.am.
+# Makefile.in generated by automake 1.7.9 from Makefile.am.
 # @configure_input@
 
 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
@@ -138,8 +138,6 @@
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES = xwinwm.1
-depcomp =
-am__depfiles_maybe =
 DIST_SOURCES =
 
 NROFF = nroff
@@ -157,7 +155,7 @@
 .SUFFIXES:
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  --ignore-deps doc/Makefile
+	  $(AUTOMAKE) --gnu  doc/Makefile
 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 xwinwm.1: $(top_builddir)/config.status xwinwm.1.in
@@ -397,7 +395,7 @@
 installcheck: installcheck-recursive
 install-strip:
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  INSTALL_STRIP_FLAG=-s \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 	  `test -z '$(STRIP)' || \
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:




More information about the xserver-commit mailing list