Hi, a little cleaning patch. And btw, I was trying to do some change in tools/selectdevice. It uses libkdetect, but since there is not libkdetect.so, it won't compile. I'm not sure I'm using the right method to compile and test. What is the right method to compile all the utils ?
Index: Makefile =================================================================== RCS file: /cvs/debian-boot/debian-installer/tools/kdetect/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/02/21 15:23:09 1.2 +++ Makefile 2002/05/07 15:32:08 @@ -37,12 +37,10 @@ install-bin: libkdetect.so install -d $(DESTDIR)/usr/lib - install libkdetect.so.0.1 $(DESTDIR)/usr/lib install -m644 libkdetect.so.0.1 $(DESTDIR)/usr/lib install-dev: install -d $(DESTDIR)/usr/include - install libkdetect.h $(DESTDIR)/usr/include install -m644 libkdetect.h $(DESTDIR)/usr/include install: install-bin install-dev -- Thomas Poindessous [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]