aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2014-09-13 03:32:21 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2014-09-13 03:32:21 +0000
commit992e601d27bdd94162f35a1f885e5f541186b1b9 (patch)
treec7242ea8196550726fb5960509f76661d9ebea12 /utils
parentb1cbb684ed474c0c19840305fd4cda5225aaf628 (diff)
downloadsg3_utils-992e601d27bdd94162f35a1f885e5f541186b1b9.tar.gz
Use '-iquote ../include' in Makefiles to prefer local headers
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@606 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index fb9b6ea1..aa11a7d1 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -13,8 +13,8 @@ EXTRA_EXECS = hxascdmp sg_chk_asc tst_sg_lib
MAN_PGS = hxascdmp.1
MAN_PREF = man1
-CFLAGS = -g -O2 -W -Wall -I ../include
-# CFLAGS = -g -O2 -W -I ../include -pedantic -std=c99
+CFLAGS = -g -O2 -W -Wall -iquote ../include
+# CFLAGS = -g -O2 -W -iquote ../include -pedantic -std=c99
LDFLAGS =