Index: nagios-plugins-contrib-1.20120228/check_memcached/Makefile
===================================================================
--- nagios-plugins-contrib-1.20120228.orig/check_memcached/Makefile	2012-02-28 20:25:50.000000000 +0100
+++ nagios-plugins-contrib-1.20120228/check_memcached/Makefile	2012-05-17 20:00:33.000000000 +0200
@@ -4,4 +4,7 @@
 
 include ../common.mk
 
-LDFLAGS += -lmemcached
+LIBS += -lmemcached
+
+check_memcached: check_memcached.o
+	$(CC) $(LDFLAGS) -o $@ $< $(LIBS)
