Skip to content
Snippets Groups Projects
Commit 9099fac4 authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Fix install target in Makefile

parent 3684f528
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ obj lib:
@mkdir $@
install:
install lib/$(DT_SHLIB) $(PREFIX)/lib
install -D lib/$(DT_SHLIB) $(PREFIX)/lib
cd $(PREFIX)/lib; ln -sf $(DT_SHLIB) $(DT_SONAME);ln -sf $(DT_SONAME) $(SHLIB)
install -m 644 src/$(TARGET_USER).h $(PREFIX)/include
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment