[CONFIGURATION]

* BUG: Fix syntax error introduced in last commit.



git-svn-id: svn://localhost/gambas/trunk@5325 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Sebastian Kulesz 2012-11-13 22:44:20 +00:00
parent 0b638bb046
commit d5d75da161

View file

@ -3,7 +3,7 @@ gblib_DATA = $(COMPONENT).component
install-data-hook:
@$(INSTALL) -d $(DESTDIR)$(gbdatadir)/info
@rm -f $(DESTDIR)$(gblibdir)/$(COMPONENT).gambas; \
@rm -f $(DESTDIR)$(gblibdir)/$(COMPONENT).gambas;
@if test -d $(COMPONENT) && test -e $(COMPONENT)/.project ; then \
echo; \
echo "Compiling the $(COMPONENT) project..."; \
@ -26,7 +26,7 @@ install-data-hook:
$(INSTALL) data/* $(DESTDIR)$(gbdatadir)/$(COMPONENT); \
fi
@echo "Installing the $(COMPONENT) control icons if needed...";
@rm -rf $(DESTDIR)$(gbdatadir)/control/$(COMPONENT); \
@rm -rf $(DESTDIR)$(gbdatadir)/control/$(COMPONENT);
@if test -d control; then \
$(INSTALL) -d $(DESTDIR)$(gbdatadir)/control; \
$(INSTALL) -d $(DESTDIR)$(gbdatadir)/control/$(COMPONENT); \