summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-02-22 07:27:46 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-02-22 07:27:46 +0100
commit483dae9022b4d4571e018791e84218912dedc407 (patch)
tree0dc89362ae3580a84e921a96e06cc0c41cf9fd6f
parent58a0fe838e973dd0c3cc102f07af9bb2f5ec9075 (diff)
downloadldetect-483dae9022b4d4571e018791e84218912dedc407.tar
ldetect-483dae9022b4d4571e018791e84218912dedc407.tar.gz
ldetect-483dae9022b4d4571e018791e84218912dedc407.tar.bz2
ldetect-483dae9022b4d4571e018791e84218912dedc407.tar.xz
ldetect-483dae9022b4d4571e018791e84218912dedc407.zip
drop unused lspcidrake.static
-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)