From 7039c1b4c11a114bbc79f9beef23bfa52209dbe1 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 23 Nov 2010 17:59:43 -0700 Subject: nuke the .d depenency files created by the suffix rules by swig --- Makefile.swig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.swig') 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 -- cgit