Browse Source

Do not override PREFIX from environment.

Stefano Cossu 3 years ago
parent
commit
2c9222cbcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -10,7 +10,7 @@ PARSER = lemon
 
 ## Paths.
 
-PREFIX = /usr/local
+PREFIX ?= /usr/local
 bindir = $(PREFIX)/bin
 libdir = $(PREFIX)/lib
 includedir = $(PREFIX)/include/lsup