Commit a9cfadd5 authored by Damien Fouilleul's avatar Damien Fouilleul

- Makefile: FLAC -> flac

parent bbb30c6b
...@@ -712,7 +712,7 @@ ifneq ($(HOST),$(BUILD)) ...@@ -712,7 +712,7 @@ ifneq ($(HOST),$(BUILD))
(patch -p0 < Patches/flac-cross.patch && cd $@ && autoconf) (patch -p0 < Patches/flac-cross.patch && cd $@ && autoconf)
endif endif
.FLAC: flac .ogg .flac: flac .ogg
ifdef HAVE_WIN32 ifdef HAVE_WIN32
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-oggtest && cd src&& make -C libFLAC&& make -C libFLAC install && cd .. && make -C include install) (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-oggtest && cd src&& make -C libFLAC&& make -C libFLAC install && cd .. && make -C include install)
else else
...@@ -729,7 +729,7 @@ endif ...@@ -729,7 +729,7 @@ endif
$(INSTALL_NAME) $(INSTALL_NAME)
touch $@ touch $@
CLEAN_FILE += .FLAC CLEAN_FILE += .flac
CLEAN_PKG += flac CLEAN_PKG += flac
DISTCLEAN_PKG += flac-$(FLAC_VERSION).tar.gz DISTCLEAN_PKG += flac-$(FLAC_VERSION).tar.gz
......
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