From f227b3301221bb1bbcd30d4739115a875fb1c434 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 6 Sep 2011 14:38:26 +0200 Subject: Cleaned up Makefiles Replaced "make" by "$(MAKE)" to be able to built in parallel, fixed the indentation of some rules and removed some unused targets. Signed-off-by: Thomas Huth --- romfs/tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'romfs') diff --git a/romfs/tools/Makefile b/romfs/tools/Makefile index 8f399a8..f86803d 100644 --- a/romfs/tools/Makefile +++ b/romfs/tools/Makefile @@ -31,7 +31,7 @@ build_romfs: $(OBJS) $(HOSTCC) $(HOSTCFLAGS) $(FLAG) -o $@ $^ testing: build_romfs - make -C test + $(MAKE) -C test %.o: %.c $(HOSTCC) $(CPPFLAGS) $(HOSTCFLAGS) $(FLAG) -c $< -o $@ -- cgit v1.1