From 77ad659e51fb38eb5c827aa4c6d0b8ac3415a580 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 20 Nov 2012 15:47:41 +0000 Subject: Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ea3131/locked/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/ea3131/locked/Makefile') diff --git a/nuttx/configs/ea3131/locked/Makefile b/nuttx/configs/ea3131/locked/Makefile index e52b67880..21757036a 100644 --- a/nuttx/configs/ea3131/locked/Makefile +++ b/nuttx/configs/ea3131/locked/Makefile @@ -112,9 +112,9 @@ $(PASS1_SRCDIR)$(DELIM)locked.r: locked.r depend: .depend clean: - $(call DELFILE locked.r) - $(call DELFILE locked.map) + $(call DELFILE, locked.r) + $(call DELFILE, locked.map) $(call CLEAN) distclean: clean - $(call DELFILE ld-locked.inc) + $(call DELFILE, ld-locked.inc) -- cgit v1.2.3