xwinwm/nls/C 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/nls/C
In directory pdx:/tmp/cvs-serv31085/nls/C
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/nls/C/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
@@ -137,8 +137,6 @@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
-depcomp =
-am__depfiles_maybe =
DIST_SOURCES =
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
all: all-am
@@ -146,7 +144,7 @@
.SUFFIXES:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu --ignore-deps nls/C/Makefile
+ $(AUTOMAKE) --gnu nls/C/Makefile
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
uninstall-info-am:
@@ -204,7 +202,7 @@
installcheck: installcheck-am
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