common/Makefile.c-common: preserve directory for object files

This commit is contained in:
Werner Almesberger 2016-08-17 20:49:18 -03:00
parent bcd34eaf7d
commit 9bc9d86e0c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ MKDEP = \
.PHONY: generated_headers
%$(OBJ_SUFFIX): %.c | generated_headers
$(CC) $(CFLAGS) -c $<
$(CC) $(CFLAGS) -c -o $@ $<
$(MKDEP)
# ----- Cleanup ---------------------------------------------------------------