]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
dist-clean should remove dependency information files as well
authorKevin P. Fleming <kpfleming@digium.com>
Sat, 15 Nov 2008 19:24:24 +0000 (19:24 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Sat, 15 Nov 2008 19:24:24 +0000 (19:24 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@157162 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile.moddir_rules

index eebad80e6e5bbafa36047aebc71a49b74ef02d70..79a704d8550b7ad666b3c7f82567e5e282f73053 100644 (file)
@@ -76,6 +76,7 @@ uninstall::
 dist-clean::
        rm -f .*.moduleinfo .moduleinfo
        rm -f .*.makeopts .makeopts
+       rm -f .*.d
 
 .%.moduleinfo: %.c
        @echo "<member name=\"$*\" displayname=\"$(shell $(GREP) -e AST_MODULE_INFO $< | head -n 1 | cut -d '"' -f 2)\" remove_on_change=\"$(SUBDIR)/$*.o $(SUBDIR)/$*.so\">" > $@