Skip to content

Commit

Permalink
Lose extra flag in common.mk
Browse files Browse the repository at this point in the history
Signed-off-by: Uday Reddy <udayreddy@gmail.com>
  • Loading branch information
bondhugula committed May 2, 2011
1 parent 3f75ad3 commit 4db2b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PLC=../../polycc
all: orig tiled par

orig: $(SRC).c decls.h util.h
$(CC) $(OPT_FLAGS) $(CFLAGS) $(SRC).c -o orig $(CFLAGS) $(LDFLAGS)
$(CC) $(OPT_FLAGS) $(CFLAGS) $(SRC).c -o orig $(LDFLAGS)

orig_par: decls.h util.h $(SRC).c
$(CC) $(OPT_FLAGS) $(CFLAGS) $(PAR_FLAGS) $(SRC).c -o orig_par $(LDFLAGS)
Expand Down

0 comments on commit 4db2b32

Please sign in to comment.