diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-14 13:45:55 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-14 13:46:08 +0100 |
commit | feb33ea728a72730389bc5d4bf52d33f09c7868b (patch) | |
tree | dc7f2437df77eb039ee3ccd679bfe62eaaf6045e /Makefile | |
parent | daa8e5a077e9d8ca2615f5590fa98b3fcc4c9f47 (diff) |
pixman: cleanup properly on make distclean
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -278,6 +278,7 @@ distclean: clean for d in $(TARGET_DIRS) $(QEMULIBS); do \ rm -rf $$d || exit 1 ; \ done + test -f pixman/config.log && make -C pixman distclean KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \ ar de en-us fi fr-be hr it lv nl pl ru th \ |