From: Bdale Garbee Date: Thu, 22 Apr 2010 08:25:13 +0000 (-0600) Subject: remove pre-buit Qt moc files, closes: #573759 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ff8ef409a0d43c2fbba77d13aeba6e14164569cd;p=debian%2Fgnuradio remove pre-buit Qt moc files, closes: #573759 --- diff --git a/debian/rules b/debian/rules index fd99b3c7..d6a2ebec 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,11 @@ clean: dh_testroot rm -f build-stamp configure-stamp extract-stamp install-stamp + # Remove (possibly stale) pre-built Qt-generated moc files; they will + # be rebuilt using the current Qt moc. Perhaps this should actually be + # part of 'make distclean' and these files not be distributed: + rm -f ./gr-qtgui/src/lib/*_moc.cc + if [ -f Makefile ]; \ then\ if [ -d .svn ]; \