Changed name for auto-generated dependency files from

Makedepend to .depend.
This commit is contained in:
crs 2002-04-30 16:23:30 +00:00
parent dc19570621
commit c2a69d6c64
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ MKDEP = $(DEPTH)/tools/depconv
MKDEPOPT = -MD
MKDEPPRE =
MKDEPPOST = $(MKDEP) -f $(MKDEPFILE) $*.d; $(RM) $*.d
MKDEPFILE = Makedepend
MKDEPFILE = .depend
#
# stuff to clean

View File

@ -43,7 +43,7 @@ MKDEP = $(DEPTH)/tools/depconv
MKDEPOPT = -MD
MKDEPPRE =
MKDEPPOST = $(MKDEP) -f $(MKDEPFILE) $*.d; $(RM) $*.d
MKDEPFILE = Makedepend
MKDEPFILE = .depend
#
# stuff to clean