aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index d8e6685..43b2ec0 100644
--- a/src/makefile
+++ b/src/makefile
@@ -14,7 +14,7 @@ current: all
# PD will install to $(DESTDIR)$(INSTALLL_PREFIX)$(PDLIBDIR), which is /usr/local/lib/pd
# by default
DESTDIR =
-INSTALL_PREFIX = /usr
+INSTALL_PREFIX = /usr/local
PDLIBDIR = /lib/pd
#these were the user adjustables
@@ -42,7 +42,7 @@ LINCLUDE =
$(LINUXOBJECTS): *.h
#CFLAGS = -O2 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS)
-CFLAGS = -O3 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS)
+CFLAGS = -fPIC -O3 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS)
everything: clean all install distclean