96ab97
Remove linked libraries from Makefile. They break rebuilds from srpms on some
96ab97
architectures. The linker flags are supplied from the spec.
96ab97
96ab97
Author: Jan Synacek <jsynacek@redhat.com>
96ab97
RH-Bugzilla: #825153
96ab97
96ab97
--- Makefile.orig	2012-09-11 08:29:18.965821127 +0200
96ab97
+++ Makefile	2012-09-11 08:29:29.391803358 +0200
96ab97
@@ -31,7 +31,7 @@
96ab97
 
96ab97
 all: numad
96ab97
 
96ab97
-numad: numad.o -lpthread -lrt
96ab97
+numad: numad.o
96ab97
 
96ab97
 AR ?= ar
96ab97
 RANLIB ?= ranlib