Browse Source

Linux default Makefile target restored to /usr/local

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1734 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.69
sletz 18 years ago
parent
commit
515e9f498c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/Makefile

+ 1
- 1
linux/Makefile View File

@@ -1,7 +1,7 @@
# Type "make" or "make all" to compile ALSA driver, and "make freebob" to compile FREEBOB driver.

# Choose the installation location
prefix := /usr
prefix := /usr/local
prefix := ${DESTDIR}${prefix}
libdir := lib



Loading…
Cancel
Save