summaryrefslogtreecommitdiff
path: root/driver/xf86-video-ati/man
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-27 00:01:43 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-27 00:01:43 +0000
commit5611c1c435d0e78ebe02d3144bde1ca565a70491 (patch)
tree5a3548f0effb9a56b766a15a8dcfa8caa7198946 /driver/xf86-video-ati/man
parenta0a763bfcfbbdb28659af73d4ca25411c3b1de61 (diff)
regen with OpenBSD autotools
Diffstat (limited to 'driver/xf86-video-ati/man')
-rw-r--r--driver/xf86-video-ati/man/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/xf86-video-ati/man/Makefile.in b/driver/xf86-video-ati/man/Makefile.in
index 2235a7c07..ffeae3e40 100644
--- a/driver/xf86-video-ati/man/Makefile.in
+++ b/driver/xf86-video-ati/man/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# $Id: Makefile.in,v 1.1 2006/11/26 20:01:19 matthieu Exp $
+# $Id: Makefile.in,v 1.2 2006/11/27 00:01:35 matthieu Exp $
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
#
@@ -261,9 +261,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign man/Makefile
+ $(AUTOMAKE) --gnu man/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \