Skip to content

Commit

Permalink
update m64p_build.sh script to move symbolic link instead of calling …
Browse files Browse the repository at this point in the history
…ldconfig. update makefile install target to depend upon building the library and to call LDCONFIG so that the lib cache is updated
  • Loading branch information
richard42 committed Dec 14, 2009
1 parent 06bb478 commit ca7a17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/unix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -363,12 +363,12 @@ targets:

all: $(TARGET)

install:
install: $(TARGET)
$(INSTALL) -d -v "$(LIBDIR)"
$(INSTALL) -m 0644 $(TARGET) "$(LIBDIR)"
$(INSTALL) -d -v "$(SHAREDIR)"
$(INSTALL) -m 0644 ../../data/* "$(SHAREDIR)"
$(LDCONFIG) -n "$(LIBDIR)"
$(LDCONFIG)

uninstall:
$(RM) -f "$(LIBDIR)/$(TARGET)"
Expand Down
Binary file modified tools/m64p_helper_scripts.tar.gz
Binary file not shown.

0 comments on commit ca7a17c

Please sign in to comment.