Commit b1df5593 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: zvbi should not need RECONF anymore

parent f3499cd4
......@@ -41,7 +41,9 @@ ZVBI_CFLAGS += -DPTW32_STATIC_LIB
endif
.zvbi: zvbi
ifdef HAVE_WIN32
$(RECONF)
endif
cd $< && $(HOSTVARS) CFLAGS="$(ZVBI_CFLAGS)" ./configure $(ZVBICONF)
cd $</src && $(MAKE) install
cd $< && $(MAKE) SUBDIRS=. install
......
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