Index: Makefile =================================================================== RCS file: /home/courses/cs3214/admin/cvs/psh/src-solution/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile 16 Mar 2010 17:31:57 -0000 1.4 +++ Makefile 28 Sep 2011 18:43:45 -0000 1.5 @@ -5,7 +5,7 @@ LDLIBS=-ll -ldl -lreadline -lcurses # The use of -Wall, -Werror, and -Wmissing-prototypes is mandatory # for this assignment -CFLAGS=-Wall -Werror -Wmissing-prototypes -g +CFLAGS=-Wall -Werror -Wmissing-prototypes -g -fPIC #YFLAGS=-v LIB_OBJECTS=list.o esh-utils.o esh-sys-utils.o