summaryrefslogtreecommitdiff
path: root/Makefile.deps
diff options
context:
space:
mode:
authorEvan Ramos <Hendricks266@gmail.com>2014-06-26 17:25:48 -0500
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-06-27 19:37:33 +1000
commitf658ea5ae703afeecf4f52fcb0436aab5321b7f4 (patch)
tree7211fa00fd8506ce04eb726c0967316921d483ca /Makefile.deps
parent097c0e772853de36d0e79deade725c4f67266647 (diff)
downloadflac-f658ea5ae703afeecf4f52fcb0436aab5321b7f4.tar.gz
Further updates to the Makefile.lite build system.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'Makefile.deps')
-rw-r--r--Makefile.deps4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.deps b/Makefile.deps
index 60294463..1dea2fa2 100644
--- a/Makefile.deps
+++ b/Makefile.deps
@@ -19,12 +19,8 @@
ifeq ($(findstring Windows,$(OS)),Windows) # "Windows" is provided by GNU Make's internal $(OS)
LIBFLAC_DEPS = share/win_utf8_io
else
-ifeq ($(findstring MINGW,$(OS)),MINGW) # "MINGW" is provided by config.mk's `uname -s`
- LIBFLAC_DEPS = share/win_utf8_io
-else
LIBFLAC_DEPS =
endif
-endif
libFLAC: $(LIBFLAC_DEPS)
flac: libFLAC share