Description: Change makefile to link the executable dynamically.
 This patch changes the makefile to link the executable dynamically.
Author: Martin Steigerwald <ms@teamix.de>
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 fs_mark.o: fs_mark.c fs_mark.h
 
 fs_mark: fs_mark.o lib_timing.o
-	${CC} ${CFLAGS} ${LDFLAGS} -static -o fs_mark fs_mark.o lib_timing.o
+	${CC} ${CFLAGS} ${LDFLAGS} -o fs_mark fs_mark.o lib_timing.o
 
 install:
 	install -d $(BIN)
