--- sreadahead-0.02/Makefile.orig 2008-09-23 23:36:24 +0300 +++ sreadahead-0.02/Makefile 2008-10-07 17:35:45 +0300 @@ -5,7 +5,7 @@ gcc -Os -g -Wall -W filelist.c -o generate_filelist sreadahead: readahead.h readahead.c Makefile - gcc -Os -g -Wall -lpthread -W readahead.c -o sreadahead + gcc -Os -g -Wall -W readahead.c -lpthread -o sreadahead clean: rm -f *~ sreadahead generate_filelist \ No newline at end of file