fix merge conflicts
This commit is contained in:
commit
4d8d3573dc
6
Makefile
6
Makefile
|
@ -402,10 +402,10 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install: $(PKGCFGF) $(ARCHIVE) $(LIBRARY)
|
install: $(PKGCFGF) $(ARCHIVE) $(LIBRARY)
|
||||||
mkdir -p $(DESTDIR)$(LIBDIR)
|
mkdir -p $(LIBDIR)
|
||||||
$(call install-library,$(DESTDIR)$(LIBDIR))
|
$(call install-library,$(LIBDIR))
|
||||||
ifeq ($(CAPSTONE_STATIC),yes)
|
ifeq ($(CAPSTONE_STATIC),yes)
|
||||||
$(INSTALL_DATA) $(ARCHIVE) $(DESTDIR)$(LIBDIR)
|
$(INSTALL_DATA) $(ARCHIVE) $(LIBDIR)
|
||||||
endif
|
endif
|
||||||
mkdir -p $(DESTDIR)$(INCDIR)/$(LIBNAME)
|
mkdir -p $(DESTDIR)$(INCDIR)/$(LIBNAME)
|
||||||
$(INSTALL_DATA) include/capstone/*.h $(DESTDIR)$(INCDIR)/$(LIBNAME)
|
$(INSTALL_DATA) include/capstone/*.h $(DESTDIR)$(INCDIR)/$(LIBNAME)
|
||||||
|
|
Loading…
Reference in New Issue