11 lines
381 B
Diff
11 lines
381 B
Diff
|
diff -ruN dietlibc-0.29/Makefile dietlibc-0.29.new/Makefile
|
||
|
--- dietlibc-0.29/Makefile 2005-05-18 16:38:55.000000000 +0200
|
||
|
+++ dietlibc-0.29.new/Makefile 2005-08-28 01:02:50.000000000 +0200
|
||
|
@@ -1,5 +1,5 @@
|
||
|
INSTALL=install
|
||
|
-prefix?=/opt/diet
|
||
|
+prefix?=${out}
|
||
|
# Set the following to install to a different root
|
||
|
#DESTDIR=/tmp/fefix
|
||
|
# Use "make DEBUG=1" to compile a debug version.
|