Changed more references to wmake/utilbin to wmake/bin.

This commit is contained in:
henry
2009-07-20 11:02:57 +01:00
parent 9557f2cb6e
commit 9b44034d8c
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
.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)