blob: 4e1fb9a2526640980f78fbc9cfd4b65d8c5b7e09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- makefile.orig Mon Jul 25 00:24:08 2005
+++ makefile Mon Jul 25 00:24:30 2005
@@ -21,8 +21,8 @@
#
# set the destination directories for the library and include files
#
-LIBDEST = $(HOME)/lib$(ARCH_EXT)
-INCDEST = $(HOME)/include
+LIBDEST = $(PREFIX)/lib
+INCDEST = $(PREFIX)/include
#
# the following text was created automaticaly. You should change it carefully.
|