lib/Makefile: install the symlinks as well.
--HG-- extra : convert_revision : 07ec7de799468a2303fda8d3a311f22b4dce5d3a
This commit is contained in:
parent
3ac13cd512
commit
2fe1842d5c
|
@ -23,7 +23,8 @@ $(LIBXBPS): $(OBJECTS)
|
|||
install: $(LIBXBPS)
|
||||
install -d $(LIBDIR)
|
||||
install -m 644 $(LIBXBPS_SO) $(LIBDIR)
|
||||
install -m 644 $(LIBXBPS).$(MAJOR) $(LIBDIR)
|
||||
cp -a $(LIBXBPS) $(LIBDIR)
|
||||
cp -a $(LIBXBPS).$(MAJOR) $(LIBDIR)
|
||||
|
||||
.PHONY: clean
|
||||
clean: clean-lib clean-objs
|
||||
|
|
Loading…
Reference in New Issue