Skip to content
Snippets Groups Projects
Commit f48b8419 authored by Mark Olesen's avatar Mark Olesen
Browse files

mkdep rule was still using utilbin/ directory

parent 5cca4df2
Branches
Tags
No related merge requests found
.SUFFIXES: .c .cc .cxx .cpp .C .F .f .dep
MKDEP = $(UTILBIN)/wmkdep -I$(*D) $(LIB_HEADER_DIRS)
MKDEP = $(BIN)/wmkdep -I$(*D) $(LIB_HEADER_DIRS)
.c.dep:
$(MAKE_DEP)
......
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