summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2012-02-05 16:54:00 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2012-02-05 16:54:00 +0000
commit39e3b5398bd233629ba8a4fdc697597466377082 (patch)
treeab8b29a1c9d489920308b3ff66b1005d67599282
parent7222eb65798afc1ac9de969b06cbc36a0f452202 (diff)
Doesn't compile, red card for ya
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9f452fa0089..08734fd081a 100644
--- a/makefile
+++ b/makefile
@@ -639,7 +639,8 @@ default: maketree buildtools emulator
all: default tools
-FLAC_LIB = $(OBJ)/libflac.a $(OBJ)/libflac++.a
+FLAC_LIB = $(OBJ)/libflac.a
+# $(OBJ)/libflac++.a
#-------------------------------------------------