From 35431d98669788d1565c9a7b5d8619b8846a0df9 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 15 Jul 2018 18:29:28 +0000 Subject: 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 --- examples/Makefile.freebsd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') 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) -- cgit v1.2.3