From 96b082d3e4081ffcad21d7e9a76ab66edff3ae9f Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 4 Aug 2014 12:26:31 -0400 Subject: [PATCH] fix makefile typo --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 0cbd1c138..74dfc172a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -76,7 +76,7 @@ DIRS += std/filters/test std/filters/test_DEPEND_DIRS = std DIRS += std/rec/test -std/filters/test_DEPEND_DIRS = std +std/rec/test_DEPEND_DIRS = std include $(TOP)/configure/RULES_DIRS