Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297561
b: refs/heads/master
c: f2a00bb
h: refs/heads/master
i:
  297559: c3bd691
v: v3
  • Loading branch information
Ozan Çağlayan authored and Dominik Brodowski committed Mar 3, 2012
1 parent 5c3cd05 commit 1d22a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e0c6082daeb982df70f00bbb122fed66f7f57c3e
refs/heads/master: f2a00bb31cef363199c0f5870e9cd386ea3f5919
2 changes: 1 addition & 1 deletion trunk/tools/power/cpupower/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ $(UTIL_OBJS): $(UTIL_HEADERS)

cpupower: $(UTIL_OBJS) libcpupower.so.$(LIB_MAJ)
$(ECHO) " CC " $@
$(QUIET) $(CC) $(CFLAGS) $(LDFLAGS) -lcpupower -lrt -lpci -L. -o $@ $(UTIL_OBJS)
$(QUIET) $(CC) $(CFLAGS) $(LDFLAGS) $(UTIL_OBJS) -lcpupower -lrt -lpci -L. -o $@
$(QUIET) $(STRIPCMD) $@

po/$(PACKAGE).pot: $(UTIL_SRC)
Expand Down

0 comments on commit 1d22a6c

Please sign in to comment.