Sfoglia il codice sorgente

add default DESTDIR

Waldemar Brodkorb 8 anni fa
parent
commit
2214d68840
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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