From dfbcec0bde2500b34356050537ca9d85c694412b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 08:28:24 -0600 Subject: Fix clean and distclean targets. Back out a few too many changes made by sed --- apps/examples/nxflat/tests/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/examples/nxflat/tests/Makefile') diff --git a/apps/examples/nxflat/tests/Makefile b/apps/examples/nxflat/tests/Makefile index e6af69f16..8a65d6494 100644 --- a/apps/examples/nxflat/tests/Makefile +++ b/apps/examples/nxflat/tests/Makefile @@ -63,8 +63,7 @@ build: $(foreach DIR, $(SUBDIRS), $(DIR)_build) # Install each program in the romfs directory -install: - $(foreach DIR, $(SUBDIRS), $(DIR)_install) +install: $(foreach DIR, $(SUBDIRS), $(DIR)_install) # Create the romfs directory -- cgit v1.2.3