[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:
parent
0b638bb046
commit
d5d75da161
1 changed files with 2 additions and 2 deletions
|
@ -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); \
|
||||
|
|
Loading…
Reference in a new issue