summaryrefslogtreecommitdiff
path: root/Makefile.swig
diff options
context:
space:
mode:
authorRob Savoye2010-11-23 17:59:43 -0700
committerRob Savoye2010-11-23 17:59:43 -0700
commit7039c1b4c11a114bbc79f9beef23bfa52209dbe1 (patch)
treea3ede94011d07d4c614495e959700d174b536470 /Makefile.swig
parent39bb12a5af445d0d12abd2e234aa0962ee49e46b (diff)
downloadgnuradio-7039c1b4c11a114bbc79f9beef23bfa52209dbe1.tar.gz
gnuradio-7039c1b4c11a114bbc79f9beef23bfa52209dbe1.tar.bz2
gnuradio-7039c1b4c11a114bbc79f9beef23bfa52209dbe1.zip
nuke the .d depenency files created by the suffix rules by swig
Diffstat (limited to 'Makefile.swig')
-rw-r--r--Makefile.swig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.swig b/Makefile.swig
index c6b36ddef..7f70700b9 100644
--- a/Makefile.swig
+++ b/Makefile.swig
@@ -25,8 +25,8 @@
## in Makefile.am's which require SWIG wrapping / compilation.
## For just installing .i files, this Makefile is not required.
-CLEANFILES = python/*.cc python/*.h python/*.lo python/*.o
-CLEANFILES += guile/*.cc gnuradio/*.scm guile/*.lo guile/*.o
+CLEANFILES = python/*.cc python/*.h python/*.lo python/*.o python/*.d
+CLEANFILES += guile/*.cc gnuradio/*.scm guile/*.lo guile/*.o guile/*.d
## swig flags
## -w511 turns off keyword argument warning