aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-07-15 18:29:28 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-07-15 18:29:28 +0000
commit35431d98669788d1565c9a7b5d8619b8846a0df9 (patch)
tree2367642607a3c8d0fa9d6fbee318bfd553420f31 /examples
parentceb7178cbfe8f784f8148da8725098395abb0578 (diff)
downloadsg3_utils-35431d98669788d1565c9a7b5d8619b8846a0df9.tar.gz
sg_lib: fix bug in producing exit status strings
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@783 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.freebsd6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile.freebsd b/examples/Makefile.freebsd
index 86d48cc7..fda94c37 100644
--- a/examples/Makefile.freebsd
+++ b/examples/Makefile.freebsd
@@ -8,10 +8,10 @@ MANDIR=$(DESTDIR)/$(PREFIX)/man
# the default C compiler is clang. Swap the comment marks (lines starting
# with '#') on the next 4 (non-blank) lines.
# CC = gcc
-CC = clang
+# CC = clang
# LD = gcc
-LD = clang
+# LD = clang
EXECS = sg_simple5
@@ -49,7 +49,7 @@ clean:
/bin/rm -f *.o $(EXECS) $(EXTRAS) core .depend
sg_simple5: sg_simple5.o $(D_FILES)
- $(LD) -o $@ $(LDFLAGS) $@.o $(D_FILES)
+ $(CC) -o $@ $(LDFLAGS) $@.o $(D_FILES)
install: $(EXECS)