diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-22 07:27:46 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-22 07:27:46 +0100 |
commit | 483dae9022b4d4571e018791e84218912dedc407 (patch) | |
tree | 0dc89362ae3580a84e921a96e06cc0c41cf9fd6f /Makefile | |
parent | 58a0fe838e973dd0c3cc102f07af9bb2f5ec9075 (diff) | |
download | ldetect-483dae9022b4d4571e018791e84218912dedc407.tar ldetect-483dae9022b4d4571e018791e84218912dedc407.tar.gz ldetect-483dae9022b4d4571e018791e84218912dedc407.tar.bz2 ldetect-483dae9022b4d4571e018791e84218912dedc407.tar.xz ldetect-483dae9022b4d4571e018791e84218912dedc407.zip |
drop unused lspcidrake.static
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |