mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 21:02:39 +08:00
Changed name for auto-generated dependency files from
Makedepend to .depend.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user