grim/guifications2

Don't leave an open fh around on error condition.
org.guifications.gf2
2009-06-28, Paul Aurich
29575a0b75a9
Don't leave an open fh around on error condition.

Pointed out by Adam Petaccia from my borrowing of this into Pidgin.
#
# Makefile.mingw
#
# Description: Makefile for guifications themes
#
DEFAULT_THEME = ./default
MINI_THEME = ./mini
PENGUINS_THEME = ./Penguins
.PHONY: install
install:
$(MAKE) -C $(DEFAULT_THEME) -f Makefile.mingw install
$(MAKE) -C $(MINI_THEME) -f Makefile.mingw install
$(MAKE) -C $(PENGUINS_THEME) -f Makefile.mingw install