зеркало из https://github.com/mozilla/pjs.git
Put component .a files in the right place.
This commit is contained in:
Родитель
12789cc1b1
Коммит
03dfce7f79
|
@ -330,9 +330,13 @@ ifndef LIBS_NEQ_INSTALL
|
|||
libs install:: $(MAKE_DIRS) $(LIBRARY) $(SHARED_LIBRARY) $(PROGRAM) $(SIMPLE_PROGRAMS) $(MAPS)
|
||||
ifndef NO_STATIC_LIB
|
||||
ifdef LIBRARY
|
||||
ifdef IS_COMPONENT
|
||||
$(INSTALL) -m 444 $(LIBRARY) $(DIST)/lib/components
|
||||
else
|
||||
$(INSTALL) -m 444 $(LIBRARY) $(DIST)/lib
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
ifdef MAPS
|
||||
$(INSTALL) -m 444 $(MAPS) $(DIST)/bin
|
||||
endif
|
||||
|
@ -356,9 +360,13 @@ else
|
|||
libs:: $(MAKE_DIRS) $(LIBRARY) $(SHARED_LIBRARY) $(SHARED_LIBRARY_LIBS)
|
||||
ifndef NO_STATIC_LIB
|
||||
ifdef LIBRARY
|
||||
ifdef IS_COMPONENT
|
||||
$(INSTALL) -m 444 $(LIBRARY) $(DIST)/lib/components
|
||||
else
|
||||
$(INSTALL) -m 444 $(LIBRARY) $(DIST)/lib
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
ifdef SHARED_LIBRARY
|
||||
ifdef IS_COMPONENT
|
||||
$(INSTALL) -m 555 $(SHARED_LIBRARY) $(DIST)/lib/components
|
||||
|
|
Загрузка…
Ссылка в новой задаче