aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2012-02-24 19:00:45 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2012-02-24 19:00:45 +0000
commitdfcdb2bc3c00d328233373dfcfa3803ca0726716 (patch)
tree703875b95af995e5b9bda36b6f0354f4fff9e8bc /utils
parentc410806c13d2baab90641ef6816866cd6e6bfeff (diff)
downloadsg3_utils-dfcdb2bc3c00d328233373dfcfa3803ca0726716.tar.gz
more sync with spc4r34 and sbc3r30
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@442 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
-rw-r--r--utils/sg_lib.h1
2 files changed, 2 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 77b56fd2..a1416467 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -13,8 +13,8 @@ EXTRA_EXECS = hxascdmp sg_chk_asc
MAN_PGS = hxascdmp.1
MAN_PREF = man1
-CFLAGS = -g -O2 -W -Wall
-# CFLAGS = -g -O2 -W -pedantic -std=c99
+CFLAGS = -g -O2 -W -Wall -I ../include
+# CFLAGS = -g -O2 -W -I ../include -pedantic -std=c99
LDFLAGS =
diff --git a/utils/sg_lib.h b/utils/sg_lib.h
deleted file mode 100644
index 609c2584..00000000
--- a/utils/sg_lib.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "../include/sg_lib.h"