Explorar el Código

add default DESTDIR

Waldemar Brodkorb hace 8 años
padre
commit
2214d68840
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Rules.mak

+ 2 - 0
Rules.mak

@@ -65,6 +65,8 @@ TAR        = tar
 SED        = sed
 AWK        = awk
 
+DESTDIR    ?= /usr/lib/uclibc-ng-test
+
 STRIP_FLAGS ?= -x -R .note -R .comment
 
 # Select the compiler needed to build binaries for your development system