diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-07 10:19:56 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-07 10:19:56 +0000 |
commit | c4f8629b13dbe9af71d2b955471adcd292ad69fe (patch) | |
tree | 9e52858d16b89901536a8ab59cef20f8a7188073 /Makefile.config | |
parent | 1cfcee7274a86ca36b533f9e72fbe8611566cb5e (diff) | |
download | ldetect-lst-c4f8629b13dbe9af71d2b955471adcd292ad69fe.tar ldetect-lst-c4f8629b13dbe9af71d2b955471adcd292ad69fe.tar.gz ldetect-lst-c4f8629b13dbe9af71d2b955471adcd292ad69fe.tar.bz2 ldetect-lst-c4f8629b13dbe9af71d2b955471adcd292ad69fe.tar.xz ldetect-lst-c4f8629b13dbe9af71d2b955471adcd292ad69fe.zip |
remove unused variables
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config index 2675a359..682dbdb7 100644 --- a/Makefile.config +++ b/Makefile.config @@ -4,5 +4,3 @@ datadir = $(prefix)/share bindir = $(prefix)/bin sbindir = $(prefix)/sbin dir = $(datadir)/$(project) -sysconfigdir=/etc -modprobe_dir=$(sysconfdir)/modprobe.d |