summaryrefslogtreecommitdiff
path: root/test/assert/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/assert/Makefile')
-rw-r--r--test/assert/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/assert/Makefile b/test/assert/Makefile
index 3771224dc..15430ec80 100644
--- a/test/assert/Makefile
+++ b/test/assert/Makefile
@@ -16,9 +16,7 @@
# along with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-TESTDIR=../
-include $(TESTDIR)/Rules.mak
-
+include ../Rules.mak
TARGETS=assert
all: $(TARGETS)
@@ -36,5 +34,3 @@ assert: assert.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
clean:
$(RM) *.[oa] *~ core $(TARGETS)
-
-