From: ishmal Date: Tue, 20 Jun 2006 01:46:41 +0000 (+0000) Subject: switch from mkdep to deptool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4582b204ccc0fa2ee4591ca1cd753a69752ac034;p=inkscape.git switch from mkdep to deptool --- diff --git a/src/Makefile.mingw b/src/Makefile.mingw index d0f612a1e..980695d0a 100644 --- a/src/Makefile.mingw +++ b/src/Makefile.mingw @@ -30,12 +30,11 @@ inkscape_version.h: inkscape_version.h.mingw # D E P E N D E N C I E S ################################### -include ./make.ofiles include ./make.dep -INC += $(INCLUDEPATH) +INC += $(DEPTOOL_INCLUDE) -OBJ = $(OBJECTS) +OBJ = $(DEPTOOL_OBJECTS)