Skip to content

Commit

Permalink
include dependencies for all object files
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Mar 28, 2014
1 parent 8e2b13b commit 8b3b903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/posix.mak
Expand Up @@ -181,7 +181,7 @@ TK_SRC = \
$(TK)/filespec.h $(TK)/mem.h $(TK)/list.h $(TK)/vec.h \
$(TK)/filespec.c $(TK)/mem.c $(TK)/vec.c $(TK)/list.c

DMD_DEPS:=$(DMD_OBJS:.o=.deps)
DEPS = $(patsubst %.o,%.deps,$(DMD_OBJS) $(ROOT_OBJS) $(GLUE_OBJS) $(BACK_OBJS))

all: dmd

Expand Down Expand Up @@ -692,7 +692,7 @@ var.o: $C/var.c optab.c tytab.c
version.o: version.c
$(CC) -c $(CFLAGS) $<

-include $(DMD_DEPS)
-include $(DEPS)

######################################################

Expand Down

0 comments on commit 8b3b903

Please sign in to comment.