Skip to content
Snippets Groups Projects
Commit c6301be7 authored by edgrif's avatar edgrif
Browse files

Minor fix up -I flag.

parent b5bb65ef
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ CURRENT_LIB = $(ZMAPTHR_LIB)
CURRENT_OBJ = $(SERV_OBJ)
CURRENT_DEP = $(PUB_HDRS) $(SERV_PRIV_HDRS)
CURRENT_SRC = $(SERV_PRIV_HDRS) $(SERV_SRC)
CURRENT_INC = -I.. -I$(HOME)/acedb/CODE/Ace-Conn
CURRENT_INC = -I$(HOME)/acedb/CODE/Ace-Conn
#
# point to common make include file which contains all the rules etc.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment