Commit 4d338f69 authored by Rafaël Carré's avatar Rafaël Carré

dca: only build library and headers

parent 6df79d9c
......@@ -23,5 +23,6 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
.dca: libdca
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
cd $< && $(MAKE) -C include install
cd $< && $(MAKE) -C libdca install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment