14 lines
460 B
Diff
14 lines
460 B
Diff
|
diff -ruN pl233src/src/Makefile pl233src.new/src/Makefile
|
||
|
--- pl233src/src/Makefile 2006-06-02 17:31:46.000000000 +0200
|
||
|
+++ pl233src.new/src/Makefile 2006-08-23 18:05:50.000000000 +0200
|
||
|
@@ -190,7 +190,8 @@
|
||
|
|
||
|
|
||
|
#### If you plan to do a "make install", where do you want the executable(s) to be moved to?
|
||
|
-BIN = /usr/local/bin
|
||
|
+#BIN = /usr/local/bin
|
||
|
+BIN = $(out)/bin
|
||
|
|
||
|
|
||
|
#### To set a hard-coded directory for prefabs files, uncomment & edit the following..
|