summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-10-27 20:42:55 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-10-27 20:42:55 +0000
commitcd0c8dfb4a41c20675a23b53a13168f9f1fd1cdb (patch)
tree5dc68d1bc4bc2f580ac167486a71818df635fed2
parentee596371f486c8f1efe959cb5e8328d4e5f1a322 (diff)
downloadxine-lib-cd0c8dfb4a41c20675a23b53a13168f9f1fd1cdb.tar.gz
xine-lib-cd0c8dfb4a41c20675a23b53a13168f9f1fd1cdb.tar.bz2
rebuild relchk.sh the right way: since the toplevel Makefile has no target
named misc/relchk.sh, this would never be rebuilt here; adding an explicit rebuild instead CVS patchset: 5617 CVS date: 2003/10/27 20:42:55
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 11e60e94a..ceac245e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,7 +65,8 @@ prune-cache:
-rm -f config.cache
-release-check: misc/relchk.sh
+release-check:
+ @./config.status misc/relchk.sh
@mv -f .cvsversion .cvsversion.tmp
@./autogen.sh noconfig && $(SHELL) misc/relchk.sh
@mv -f .cvsversion.tmp .cvsversion