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 default theme
#
GF_TOP := ../..
-include $(GF_TOP)/local.mak
PIDGIN_TREE_TOP ?= ../../../../..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
PIDGIN_DATADIR = $(PIDGIN_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(guificationsminitheme_DATA)'; then \
mkdir -p $(guificationsminithemedir); \
cp $(guificationsminitheme_DATA) $(guificationsminithemedir); \
fi;