Skip to content

Commit

Permalink
distclean needs to remove .deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edrosten committed Aug 8, 2007
1 parent c8dc3cd commit 08e087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -333,7 +333,7 @@ clean:
find progs/ -perm +0100 -type f | xargs rm -f
rm -rf html man
distclean: clean
/bin/rm -f Makefile config.h config.status config.cache config.log cvd/config.h
/bin/rm -f Makefile config.h config.status config.cache config.log cvd/config.h .deps

depend:
rm -f .sourcefiles
Expand Down

0 comments on commit 08e087a

Please sign in to comment.