diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-14 05:58:16 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-14 05:58:16 +0100 |
commit | 1c9408fde23f5091795a645b621dbdcaf6d71c72 (patch) | |
tree | 0ad4e2818621fa22b5f694bb717a6c3c61589ac7 /Makefile | |
parent | 49d3e30ec975a348b7b3d82c37137eb8ff6bb52e (diff) |
fix typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +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 [} \; + find $(SOLARENV)/gdb -name "*.pyc" -exec rm {} \; # # custom command |