summaryrefslogtreecommitdiffstats
path: root/tools/regression/pjdfstest/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-12-05 08:46:15 +0000
committerngie <ngie@FreeBSD.org>2014-12-05 08:46:15 +0000
commitd21006ce12c439fc2f2bbb963c3a08906361c752 (patch)
tree3a50a605a1e13871fc89a968d9ec3041d83086e3 /tools/regression/pjdfstest/Makefile
parent2add70e7a97189925cd53017b585b4214153c22b (diff)
downloadFreeBSD-src-d21006ce12c439fc2f2bbb963c3a08906361c752.zip
FreeBSD-src-d21006ce12c439fc2f2bbb963c3a08906361c752.tar.gz
MFC r271796 (by will):
Use 'cc' for the C compiler instead of 'gcc'. Sponsored by: Spectra Logic MFSpectraBSD: 1079507 on 2014/07/24
Diffstat (limited to 'tools/regression/pjdfstest/Makefile')
-rw-r--r--tools/regression/pjdfstest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/pjdfstest/Makefile b/tools/regression/pjdfstest/Makefile
index eca598f..7ebf1ff 100644
--- a/tools/regression/pjdfstest/Makefile
+++ b/tools/regression/pjdfstest/Makefile
@@ -18,7 +18,7 @@ ${PROG}: ${PROG}.c
echo "Unsupported operating system: ${OSTYPE}."; \
exit 1; \
fi; \
- cmd="gcc -Wall $$CFLAGS ${PROG}.c -o ${PROG}"; \
+ cmd="cc -Wall $$CFLAGS ${PROG}.c -o ${PROG}"; \
echo $$cmd; \
$$cmd
OpenPOWER on IntegriCloud