[Pkg-kde-commits] rev 1177 - branches/kde-3.4.0/cdbs

Daniel Schepler schepler@costa.debian.org
Thu, 02 Jun 2005 14:03:11 +0000


Author: schepler
Date: 2005-06-02 14:03:10 +0000 (Thu, 02 Jun 2005)
New Revision: 1177

Modified:
   branches/kde-3.4.0/cdbs/debian-qt-kde.mk
Log:
Fix DEB_KDE_CVS_MAKE mode.

Modified: branches/kde-3.4.0/cdbs/debian-qt-kde.mk
===================================================================
--- branches/kde-3.4.0/cdbs/debian-qt-kde.mk	2005-06-01 07:14:34 UTC (rev 1176)
+++ branches/kde-3.4.0/cdbs/debian-qt-kde.mk	2005-06-02 14:03:10 UTC (rev 1177)
@@ -7,6 +7,14 @@
 ifndef _cdbs_class_debian-qt-kde
 _cdbs_class_debian-qt-kde := 1
 
+# Note: This _must_ be included before autotools.mk, or it won't work.
+common-configure-arch common-configure-indep:: debian/stamp-cvs-make
+debian/stamp-cvs-make:
+	if test -n "$(DEB_KDE_CVS_MAKE)" -a ! -f configure; then \
+		$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; \
+	fi
+	touch debian/stamp-cvs-make
+
 include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
 
 DEB_PATCHDIRS := debian/patches/common debian/patches
@@ -55,13 +63,6 @@
 	  rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \
 	done
 
-common-configure-arch common-configure-indep:: debian/stamp-cvs-make
-debian/stamp-cvs-make:
-	if test -n "$(DEB_KDE_CVS_MAKE)" -a ! -f configure; then \
-		$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; \
-	fi
-	touch debian/stamp-cvs-make
-
 clean::
 	if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \
 		cd $(DEB_SRCDIR); \