mirror of https://github.com/xqemu/xqemu.git
pixman: cleanup properly on make distclean
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
daa8e5a077
commit
feb33ea728
1
Makefile
1
Makefile
|
@ -278,6 +278,7 @@ distclean: clean
|
||||||
for d in $(TARGET_DIRS) $(QEMULIBS); do \
|
for d in $(TARGET_DIRS) $(QEMULIBS); do \
|
||||||
rm -rf $$d || exit 1 ; \
|
rm -rf $$d || exit 1 ; \
|
||||||
done
|
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 \
|
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 \
|
ar de en-us fi fr-be hr it lv nl pl ru th \
|
||||||
|
|
Loading…
Reference in New Issue