diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 90cfecf7913a..77e7ae3ef1b4 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -841,10 +841,10 @@ $(OUTPUT)perf.o perf.spec \ | |||
841 | # over the general rule for .o | 841 | # over the general rule for .o |
842 | 842 | ||
843 | $(OUTPUT)util/%-flex.o: $(OUTPUT)util/%-flex.c $(OUTPUT)PERF-CFLAGS | 843 | $(OUTPUT)util/%-flex.o: $(OUTPUT)util/%-flex.c $(OUTPUT)PERF-CFLAGS |
844 | $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -Iutil/ -w $< | 844 | $(QUIET_CC)$(CC) -o $@ -c -Iutil/ $(ALL_CFLAGS) -w $< |
845 | 845 | ||
846 | $(OUTPUT)util/%-bison.o: $(OUTPUT)util/%-bison.c $(OUTPUT)PERF-CFLAGS | 846 | $(OUTPUT)util/%-bison.o: $(OUTPUT)util/%-bison.c $(OUTPUT)PERF-CFLAGS |
847 | $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -DYYENABLE_NLS=0 -DYYLTYPE_IS_TRIVIAL=0 -Iutil/ -w $< | 847 | $(QUIET_CC)$(CC) -o $@ -c -Iutil/ $(ALL_CFLAGS) -DYYENABLE_NLS=0 -DYYLTYPE_IS_TRIVIAL=0 -w $< |
848 | 848 | ||
849 | $(OUTPUT)%.o: %.c $(OUTPUT)PERF-CFLAGS | 849 | $(OUTPUT)%.o: %.c $(OUTPUT)PERF-CFLAGS |
850 | $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $< | 850 | $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) $< |