mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-22 08:52:28 +02:00
common/Makefile.c-common: preserve directory for object files
This commit is contained in:
parent
bcd34eaf7d
commit
9bc9d86e0c
@ -71,7 +71,7 @@ MKDEP = \
|
||||
.PHONY: generated_headers
|
||||
|
||||
%$(OBJ_SUFFIX): %.c | generated_headers
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
$(MKDEP)
|
||||
|
||||
# ----- Cleanup ---------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user