Only keep the 'gb.component' file for the native component and remove 'gb.so' and 'gb.la'.
[CONFIGURATION] * NEW: Only keep the 'gb.component' file for the native component and remove 'gb.so' and 'gb.la'.
This commit is contained in:
parent
b62f461c49
commit
17144658f2
@ -46,11 +46,10 @@ install-exec-local:
|
||||
|
||||
@echo "Installing 'gb' component..."
|
||||
@$(INSTALL) -d $(DESTDIR)$(gbdatadir)/info
|
||||
@$(INSTALL) lib/gb.component $(DESTDIR)$(gblibdir)
|
||||
@$(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r $(DESTDIR)$(prefix) gb
|
||||
@rm -f $(DESTDIR)$(gblibdir)/gb.la
|
||||
@rm -f $(DESTDIR)$(gblibdir)/gb.so*
|
||||
@rm -f $(DESTDIR)$(gblibdir)/gb.component
|
||||
@$(INSTALL) lib/gb.component $(DESTDIR)$(gblibdir)
|
||||
|
||||
@echo "Installing compiler tools..."
|
||||
@(cd $(srcdir)/tools; d=`pwd`; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user