aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 91c98242..feea3da7 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -9,8 +9,8 @@ LD = gcc
EXECS = sg_simple1 sg_simple2 sg_simple3 sg_simple4 sg_simple16 \
sg_iovec_tst scsi_inquiry sg_excl sg_sense_test sg_simple5 \
- sg__sat_identify sg_sat_chk_power sg_sat_smart_rd_data \
- sg_sat_set_features sg_sat_phy_event
+ sg__sat_identify sg__sat_set_features sg_sat_chk_power \
+ sg_sat_smart_rd_data sg_sat_phy_event
# EXECS = sg_simple1 sg_simple2 sg_simple3 sg_simple4 sg_simple16 \
# sg_simple_aio sg_iovec_tst scsi_inquiry sg_excl
@@ -71,13 +71,13 @@ sg_simple5: sg_simple5.o ../sg_lib.o ../sg_pt_linux.o
sg__sat_identify: sg__sat_identify.o ../sg_lib.o ../sg_io_linux.o
$(LD) -o $@ $(LDFLAGS) $^
-sg_sat_chk_power: sg_sat_chk_power.o ../sg_lib.o ../sg_io_linux.o
+sg__sat_set_features: sg__sat_set_features.o ../sg_lib.o ../sg_io_linux.o
$(LD) -o $@ $(LDFLAGS) $^
-sg_sat_smart_rd_data: sg_sat_smart_rd_data.o ../sg_lib.o ../sg_io_linux.o
+sg_sat_chk_power: sg_sat_chk_power.o ../sg_lib.o ../sg_io_linux.o
$(LD) -o $@ $(LDFLAGS) $^
-sg_sat_set_features: sg_sat_set_features.o ../sg_lib.o ../sg_io_linux.o
+sg_sat_smart_rd_data: sg_sat_smart_rd_data.o ../sg_lib.o ../sg_io_linux.o
$(LD) -o $@ $(LDFLAGS) $^
sg_sat_phy_event: sg_sat_phy_event.o ../sg_lib.o ../sg_io_linux.o