Skip to content

Commit b176023

Browse files
committed
Merge branch 'pm-tools'
* pm-tools: Revert "cpupower Makefile change to help run the tool without 'make install'"
2 parents fcf0789 + b8ea351 commit b176023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/cpupower/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ $(OUTPUT)%.o: %.c
209209

210210
$(OUTPUT)cpupower: $(UTIL_OBJS) $(OUTPUT)libcpupower.so.$(LIB_MAJ)
211211
$(ECHO) " CC " $@
212-
$(QUIET) $(CC) $(CFLAGS) $(LDFLAGS) $(UTIL_OBJS) -lcpupower -Wl,-rpath=./ -lrt -lpci -L$(OUTPUT) -o $@
212+
$(QUIET) $(CC) $(CFLAGS) $(LDFLAGS) $(UTIL_OBJS) -lcpupower -lrt -lpci -L$(OUTPUT) -o $@
213213
$(QUIET) $(STRIPCMD) $@
214214

215215
$(OUTPUT)po/$(PACKAGE).pot: $(UTIL_SRC)

0 commit comments

Comments
 (0)