2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 00:35:35 +00:00

rpath patch by Joerg Dorchain <joerg@dorchain.net>.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2185 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2003-12-16 19:59:50 +00:00
parent a55743d1de
commit 5c4b5f75d5
4 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ all-prog-detect: $(PROGDETECTTARGETS)
user :: all-prog-detect
$(MODULE_DIR)/i2cdetect: $(MODULE_DIR)/i2cdetect.ro prog/dump/i2cbusses.ro
$(CC) -o $@ $^
$(CC) $(EXLDFLAGS) -o $@ $^
install-prog-detect: all-prog-detect
mkdir -p $(DESTDIR)$(SBINDIR)