Makefile fix

This commit is contained in:
p.kosyh 2010-06-08 12:04:01 +00:00
parent 76a49c28f5
commit 663b2d6adb

View file

@ -43,6 +43,7 @@ clean:
$(MAKE) clean -C $$dir $(@) || exit 1; \
done;
$(RM) -f $(ARCHIVE)
$(RM) -f PKGBUILD
install: all
ifeq ($(SYSTEMSETUP), yes)