diff --git a/Makefile b/Makefile
index acba616966f31be129bdb6a3c8f86f1ab194bb60..d7e46958172f311727bbd0f20c7ead2976f8b7e8 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ $(BIN): subdirs $(OBJECTS)
 1>>$(BIN).link.stdout 2>>$(BIN).link.stderr
 
 # not on the p690...
-	ldd $(BIN) >>$(BIN).link.stdout
+#	ldd $(BIN) >>$(BIN).link.stdout
 
 
 .PHONY: install