You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
555 B
26 lines
555 B
Index: GNUmakefile |
|
--- GNUmakefile.orig 2009-09-20 20:12:05 +0200 |
|
+++ GNUmakefile 2009-09-25 13:10:22 +0200 |
|
@@ -8,7 +8,8 @@ |
|
|
|
CC?= gcc |
|
CFLAGS+= -DBUILD="\"$(VERSION)\"" |
|
-LDFLAGS+= -L/usr/local/lib |
|
+CPPFLAGS+= -I$(PREFIX)/include |
|
+LDFLAGS+= -L$(PREFIX)/lib |
|
LIBS+= |
|
|
|
ifdef FDEBUG |
|
Index: Makefile |
|
--- Makefile.orig 2009-09-20 20:12:06 +0200 |
|
+++ Makefile 2009-09-25 13:09:37 +0200 |
|
@@ -9,7 +9,8 @@ |
|
|
|
CC?= cc |
|
CFLAGS+= -DBUILD="\"$(VERSION)\"" |
|
-LDFLAGS+= -L/usr/local/lib |
|
+CPPFLAGS+= -I$(PREFIX)/include |
|
+LDFLAGS+= -L$(PREFIX)/lib |
|
LIBS+= |
|
|
|
.ifdef FDEBUG
|
|
|