Skip to content

Commit

Permalink
Merge pull request #2132 from andralex/make-dash-jay
Browse files Browse the repository at this point in the history
Fix issue 10270
  • Loading branch information
WalterBright committed Jun 4, 2013
1 parent af1fd64 commit 73ae5e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ cg.o: $C/cg.c fltables.c
cg87.o: $C/cg87.c
$(CC) -c $(MFLAGS) $<

cgcod.o: $C/cgcod.c
cgcod.o: $C/cgcod.c cdxxx.c
$(CC) -c $(MFLAGS) -I. $<

cgcs.o: $C/cgcs.c
Expand All @@ -302,7 +302,7 @@ cgcs.o: $C/cgcs.c
cgcv.o: $C/cgcv.c
$(CC) -c $(MFLAGS) $<

cgelem.o: $C/cgelem.c $C/rtlsym.h
cgelem.o: $C/cgelem.c $C/rtlsym.h elxxx.c
$(CC) -c $(MFLAGS) -I. $<

cgen.o: $C/cgen.c $C/rtlsym.h
Expand Down Expand Up @@ -365,7 +365,7 @@ cppmangle.o: cppmangle.c
cv8.o: $C/cv8.c
$(CC) -c $(MFLAGS) $<

debug.o: $C/debug.c
debug.o: $C/debug.c debtab.c
$(CC) -c $(MFLAGS) -I. $<

declaration.o: declaration.c
Expand Down Expand Up @@ -668,7 +668,7 @@ unialpha.o: unialpha.c
unittests.o: unittests.c
$(CC) -c $(CFLAGS) $<

var.o: $C/var.c optab.c
var.o: $C/var.c optab.c tytab.c
$(CC) -c $(MFLAGS) -I. $<

version.o: version.c
Expand Down

0 comments on commit 73ae5e7

Please sign in to comment.