--- Makefile.orig	2009-06-14 02:54:11.000000000 -0700
+++ Makefile	2009-06-14 02:56:11.000000000 -0700
@@ -17,7 +17,7 @@
 all: $(BINARIES)
 
 9e: $(OBJS)
-	$(CC) -o 9e 9e.o $(LIBS)
+	$(CC) -o 9e 9e.o $(LDFLAGS)
 
 clean:
 	rm -f *.o *~ a.out
