diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-23 10:40:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-23 10:40:27 +0000 |
commit | 70e35bb3512a6b6022d784ccfcc752148d7cece7 (patch) | |
tree | e9b207d2470894d0b80df2c208af477817b92eb7 | |
parent | 9ee84a2c340af2d4b1912d7573c2223368a22903 (diff) | |
download | drakx-70e35bb3512a6b6022d784ccfcc752148d7cece7.tar drakx-70e35bb3512a6b6022d784ccfcc752148d7cece7.tar.gz drakx-70e35bb3512a6b6022d784ccfcc752148d7cece7.tar.bz2 drakx-70e35bb3512a6b6022d784ccfcc752148d7cece7.tar.xz drakx-70e35bb3512a6b6022d784ccfcc752148d7cece7.zip |
no_comment
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index ef707c34d..bd04e5757 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -24,7 +24,7 @@ xhost+: %: %.c ddcprobe/ddcxinfos: $(MAKE) -C ddcprobe ddcxinfos -$(BASE)/depslist: $(BASE)/hdlist.cz2 +$(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz2 gendepslist2 -o $@ `cat $< | perl -pe 's|(.*)|'$(BASE)'/$$1|' ` $(BASE)/hdlist.cz2: $(BASE)/hdlists |