From 462b9d89f51adbb7a85b11badb7937974cc748ef Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 29 Aug 2000 19:02:58 +0000 Subject: *** empty log message *** --- perl-install/standalone/draknet | 2 +- tools/Makefile | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet index eded05e8f..2cb20d3c9 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -use lib qw (..); # (/usr/lib/libDrakX); +use lib qw (/usr/lib/libDrakX); use interactive; use netconnect; diff --git a/tools/Makefile b/tools/Makefile index 147c0ad2a..ec52ff290 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -24,11 +24,8 @@ xhost+: %: %.c ddcprobe/ddcxinfos: $(MAKE) -C ddcprobe ddcxinfos -$(BASE)/compss: $(BASE)/hdlists $(BASE)/hdlist.cz - ./gencompss `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` > $@ - -$(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz - gendepslist2 -o $@ `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` +$(BASE)/compss $(BASE)/depslist.ordered: $(BASE)/hdlists $(BASE)/hdlist.cz + genbasefiles $(BASE) `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` $(BASE)/filelist: $(RPMS) # genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@ -- cgit v1.2.1