Commit 808dab9d authored by Antoine Cellerier's avatar Antoine Cellerier

Ahem

parent 3925d058
......@@ -1139,14 +1139,14 @@ DISTCLEAN_PKG += libcaca-$(LIBCACA_VERSION).tar.gz
# ***************************************************************************
libdca:
$(SVN) co $(LIBDCA_SVN) libdts
(cd $@; ./bootstrap)
$(SVN) co $(LIBDCA_SVN) libdts
.dca: libdca
.libdca: libdca
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
touch $@
CLEAN_FILE += .dca
CLEAN_FILE += .libdca
CLEAN_PKG += libdca
# ***************************************************************************
......
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