This commit is contained in:
matthieu
2006-11-28 11:35:53 +00:00
parent 6e2c4b38b3
commit 44176d4baa
3 changed files with 7 additions and 13 deletions

View File

@@ -641,7 +641,6 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
@PLATFORM_WIN32_TRUE@install-exec-hook:
clean: clean-recursive
clean-am: clean-generic clean-libtool mostlyclean-am
@@ -665,8 +664,6 @@ info-am:
install-data-am: install-aclocalDATA install-pkgconfigDATA
install-exec-am:
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
install-info: install-info-recursive
@@ -705,8 +702,8 @@ uninstall-info: uninstall-info-recursive
distclean-recursive distclean-tags distcleancheck distdir \
distuninstallcheck dvi dvi-am html html-am info info-am \
install install-aclocalDATA install-am install-data \
install-data-am install-exec install-exec-am install-exec-hook \
install-info install-info-am install-man install-pkgconfigDATA \
install-data-am install-exec install-exec-am install-info \
install-info-am install-man install-pkgconfigDATA \
install-strip installcheck installcheck-am installdirs \
installdirs-am maintainer-clean maintainer-clean-generic \
maintainer-clean-recursive mostlyclean mostlyclean-generic \
@@ -714,9 +711,6 @@ uninstall-info: uninstall-info-recursive
tags tags-recursive uninstall uninstall-aclocalDATA \
uninstall-am uninstall-info-am uninstall-pkgconfigDATA
@PLATFORM_WIN32_FALSE@install-exec-hook:
@PLATFORM_WIN32_FALSE@ cd $(DESTDIR)$(libdir) && rm -f libXaw.so && ln -s $(DEFAULT_LIB) libXaw.so
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@@ -18618,7 +18618,7 @@ else
build_v6=yes
fi;
if test "x$build_v6" = xyes; then
# if test "x$build_v6" = xyes; then
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
@@ -18810,7 +18810,7 @@ fi
fi
# fi
# Whether to build Xaw7
@@ -18823,7 +18823,7 @@ else
build_v7=yes
fi;
if test "x$build_v7" = xyes; then
# if test "x$build_v7" = xyes; then
pkg_failed=no
echo "$as_me:$LINENO: checking for XAW7" >&5
@@ -18910,7 +18910,7 @@ fi
fi
# fi
# Whether to build Xaw8

View File

@@ -14,7 +14,7 @@
@SET_MAKE@
# $Id: Makefile.in,v 1.3 2006/11/27 12:40:38 matthieu Exp $
# $Id: Makefile.in,v 1.4 2006/11/28 11:35:53 matthieu Exp $
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
#