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