Commit eb092090 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

extras/contrib/src/Makefile: Fix dca an zvbi install name (on Mac OS X in...

extras/contrib/src/Makefile: Fix dca an zvbi install name (on Mac OS X in particular). (Reported by maru).
parent 1155806b
...@@ -1279,6 +1279,7 @@ libdca: libdca-$(LIBDCA_VERSION).tar.bz2 ...@@ -1279,6 +1279,7 @@ libdca: libdca-$(LIBDCA_VERSION).tar.bz2
.dca: libdca .dca: libdca
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
$(INSTALL_NAME)
touch $@ touch $@
CLEAN_FILE += .dca CLEAN_FILE += .dca
...@@ -1620,6 +1621,7 @@ ifdef HAVE_DARWIN_OS ...@@ -1620,6 +1621,7 @@ ifdef HAVE_DARWIN_OS
else else
(cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" && make && make install) (cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" && make && make install)
endif endif
$(INSTALL_NAME)
touch $@ touch $@
CLEAN_FILE += .zvbi CLEAN_FILE += .zvbi
......
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