summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fe36d0a..92a9573 100644
--- a/Makefile
+++ b/Makefile
@@ -18,10 +18,6 @@ RPM ?= $(HOME)/rpm
build: $(binaries) $(libraries)
-lspcidrake.static: lspcidrake.c libldetect.a
- $(CC) $(CFLAGS) -o $@ $^ -lpci -lkmod -llzma -lz -lcompat -lc
- #$(CC) $(CFLAGS) $^ libldetect.a -lkmod -lxz -lz.a -o $@
-
lspcidrake: lspcidrake.c libldetect.so
$(lib_major).$(LIB_MINOR): $(lib_objs)