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

Ahem

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