Commit 93d71d38 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs - remove unnecessary action.

parent a238f869
......@@ -1234,9 +1234,6 @@ live: live555-$(LIVEDOTCOM_VERSION).tar.gz
patch -p0 < Patches/live-noapps.patch
.live: live
ifdef HAVE_WIN32
(cd $<;./genMakefiles mingw && make $(HOSTCC))
else
ifdef HAVE_DARWIN_OS
(cd $<; sed -e 's%EXTRA_CFLAGS%$(EXTRA_CFLAGS)%' -e 's%EXTRA_LDFLAGS%$(EXTRA_LDFLAGS)%' -i.orig config.macosx)
(cd $<; ./genMakefiles macosx && make)
......@@ -1249,7 +1246,6 @@ endif
else
(cd $<; ./genMakefiles linux && make $(HOSTCC))
endif
endif
endif
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