summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TOOLS/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index de62a32025..84570f2735 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -43,7 +43,7 @@ REAL_TARGETS = $(REAL_SRCS:.c=.so.6.0)
realcodecs: $(REAL_TARGETS)
-subrip fastmemcpybench realcodecs: CFLAGS += -g
+fastmemcpybench realcodecs: CFLAGS += -g
%.so.6.0: %.o
ld -shared -o $@ $< -ldl -lc