diff options
Diffstat (limited to 'glcdskin')
-rw-r--r-- | glcdskin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/glcdskin/Makefile b/glcdskin/Makefile index 7dcee7f..6182986 100644 --- a/glcdskin/Makefile +++ b/glcdskin/Makefile @@ -35,10 +35,7 @@ endif # Dependencies: -#MAKEDEP = g++ -MM -MG -DEPFILE = .dependencies -$(DEPFILE): Makefile - @$(MAKEDEP) $(DEFINES) $(INCLUDES) $(OBJS:%.o=%.c) > $@ +DEPFILE = $(OBJS:%.o=%.d) -include $(DEPFILE) |