mirror of
https://github.com/intel/isa-l.git
synced 2025-10-28 19:51:56 +01:00
build: Remove unneeded file types.h
The file types.h has long been misnamed and overlaps with functionality in the test helper routines. Change-Id: I774047d3a0074198b67a6b4e909f1e2ce1938195 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
1
make.inc
1
make.inc
@@ -333,7 +333,6 @@ install: $(sort $(extern_hdrs)) | $(install_dirs) $(lib_name) $(so_lib_name) isa
|
||||
install -m 644 $(lib_name) $(prefix)/lib/libisal.a
|
||||
install -m 644 $^ $(prefix)/include/isa-l/.
|
||||
install -m 664 isa-l.h $(prefix)/include/.
|
||||
install -m 664 include/types.h $(prefix)/include/isa-l/.
|
||||
install -m 664 $(so_lib_name) $(prefix)/lib/$(so_lib_ver)
|
||||
(cd $(prefix)/lib && ln -f -s $(so_lib_ver) $(soname) && ln -f -s $(so_lib_ver) $(so_lib_inst))
|
||||
ifeq ($(shell uname),Darwin)
|
||||
|
||||
Reference in New Issue
Block a user