CVS commit by benb: Force a rerun of automake/etc since the debian patches require it.
M +8 -4 rules 1.93 --- koffice/debian/rules #1.92:1.93 @@ -63,7 +63,11 @@ # KDE CVS does not have aclocal.m4 or configure - if test ! -f configure; then \ - $(MAKE) -f admin/Makefile.common ;\ - fi + # if test ! -f configure; then \ + # $(MAKE) -f admin/Makefile.common ;\ + # fi + + # Force a rerun of automake/etc since this is required by the + # debian patches. + $(MAKE) -f admin/Makefile.common ;\ # make build directory @@ -117,5 +121,5 @@ fi - if test -f Makefile.cvs; then \ + if test -d CVS; then \ $(MAKE) -f admin/Makefile.common cvs-clean ;\ fi