summaryrefslogtreecommitdiff
path: root/driver/xf86-video-rendition/Makefile.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-03-04 22:34:52 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-03-04 22:34:52 +0000
commit78ba0a214f506c80c52b58ea0005dba34d5af5a2 (patch)
treef10552d5e2e572d829407ef56cf7373005280881 /driver/xf86-video-rendition/Makefile.in
parent6a5de335acd5c0bdff0f9f1c183c9c27afd731a8 (diff)
regen
Diffstat (limited to 'driver/xf86-video-rendition/Makefile.in')
-rw-r--r--driver/xf86-video-rendition/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/driver/xf86-video-rendition/Makefile.in b/driver/xf86-video-rendition/Makefile.in
index 1724f9424..17393330f 100644
--- a/driver/xf86-video-rendition/Makefile.in
+++ b/driver/xf86-video-rendition/Makefile.in
@@ -90,7 +90,6 @@ am__remove_distdir = \
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
@@ -111,6 +110,7 @@ BUILD_PDFDOC_TRUE = @BUILD_PDFDOC_TRUE@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
+CHANGELOG_CMD = @CHANGELOG_CMD@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
@@ -205,6 +205,7 @@ build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
datadir = @datadir@
+distcleancheck_listfiles = @distcleancheck_listfiles@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
@@ -676,7 +677,7 @@ uninstall-info: uninstall-info-recursive
.PHONY: ChangeLog
ChangeLog:
- (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+ $(CHANGELOG_CMD)
dist-hook: ChangeLog
# Tell versions [3.59,3.63) of GNU make to not export all variables.