diff options
Diffstat (limited to 'ubi-utils/Makefile')
-rw-r--r-- | ubi-utils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index bc27f7b..4cca316 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -30,7 +30,6 @@ vpath %.c ./src $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< -g -Wp,-MD,.$(shell basename $<).dep all: $(TARGETS) - $(MAKE) -C new-utils IGNORE=${wildcard .*.c.dep} -include ${IGNORE} |