summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-03-10 19:56:05 +0000
committerFrancois Pons <fpons@mandriva.com>2000-03-10 19:56:05 +0000
commit39b16a6249eb865a2319a8e3cb1e4270e6fec539 (patch)
tree535f7e2d8a868cd7b55a9a420992935e8154285d /tools/Makefile
parent975c4c27c0245389fedb1669bab816502f1c36f3 (diff)
downloaddrakx-backup-do-not-use-39b16a6249eb865a2319a8e3cb1e4270e6fec539.tar
drakx-backup-do-not-use-39b16a6249eb865a2319a8e3cb1e4270e6fec539.tar.gz
drakx-backup-do-not-use-39b16a6249eb865a2319a8e3cb1e4270e6fec539.tar.bz2
drakx-backup-do-not-use-39b16a6249eb865a2319a8e3cb1e4270e6fec539.tar.xz
drakx-backup-do-not-use-39b16a6249eb865a2319a8e3cb1e4270e6fec539.zip
*** empty log message ***
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e3241f872..86a1915c7 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -7,7 +7,7 @@ CFLAGS = -Wall
.PHONY: clean install $(DIRS)
-all: $(BASE)/depslist $(BASE)/hdlist.cz2 $(DIRS) xhost+ install
+all: $(BASE)/depslist $(BASE)/hdlists $(DIRS) xhost+ install
$(DIRS):
make -C $@
@@ -24,11 +24,11 @@ xhost+: %: %.c
ddcprobe/ddcxinfos:
$(MAKE) -C ddcprobe ddcxinfos
-$(BASE)/depslist: $(BASE)/hdlist.cz2
- gendepslist2 -o $@ $<
+$(BASE)/depslist: $(BASE)/hdlists
+ gendepslist2 -o $@ `cat $< | perl -pe 's|(.*)|'$(BASE)'/$$1|' `
-$(BASE)/hdlist.cz2: $(RPMS)
- genhdlist_cz2 --noclean --distrib $(ROOTDEST)
+$(BASE)/hdlists: $(RPMS)
+ genhdlists --noclean --distrib $(ROOTDEST)
clean:
for i in $(DIRS); do $(MAKE) -C $$i clean; done