Skip to content

Commit

Permalink
changed makefile install to use 'install' instead of mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
richard42 committed Dec 13, 2009
1 parent a31133f commit e400eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/unix/Makefile
Expand Up @@ -223,7 +223,7 @@ targets:
all: $(TARGET)

install: $(TARGET)
mkdir -p "$(LIBDIR)"
$(INSTALL) -d -v "$(LIBDIR)"
$(INSTALL) -m 0644 $(TARGET) "$(LIBDIR)"

uninstall:
Expand Down

0 comments on commit e400eca

Please sign in to comment.