Browse Source

add default DESTDIR

Waldemar Brodkorb 8 năm trước cách đây
mục cha
commit
2214d68840
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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