diff options
author | Rene Engelhard <rene@debian.org> | 2012-03-13 14:51:51 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-03-13 15:01:47 +0100 |
commit | f55423d1d44173dec5705700e7ebddedf8f6d250 (patch) | |
tree | 2891d940a6f2f7c8cdbbb7c330bba259d0431ffd /Makefile | |
parent | 5002b28979aae63de5c92d990e9f1520e178b1be (diff) |
remove *.pyc in solenv/gdb in make distclean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -322,6 +322,7 @@ endif bin/repo-list config.log config.status configure \ ooo.lst post_download post_download.log \ config_host.mk.last set_soenv.stamp src.downloaded warn + find $(SOLARENV)/gdb -name "*.pyc" -exec rm [} \; # # custom command |