Browse Source

Makefile: Change MKDEP flags.

Georgi Chorbadzhiyski 11 years ago
parent
commit
fa5a307412
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -1,6 +1,6 @@
1 1
 CC = $(CROSS)$(TARGET)cc
2 2
 STRIP = $(CROSS)$(TARGET)strip
3
-MKDEP = $(CC) -M -o $*.d $<
3
+MKDEP = $(CC) -MP -MM -o $*.d $<
4 4
 RM = rm -f
5 5
 MV = mv -f
6 6
 

Loading…
Cancel
Save