diff --git a/harbour/contrib/maketpl.b32 b/harbour/contrib/maketpl.b32 index 7062e90154..e8c8864033 100644 --- a/harbour/contrib/maketpl.b32 +++ b/harbour/contrib/maketpl.b32 @@ -24,7 +24,7 @@ #********************************************************** -!include ..\_makelib.mak +!include ..\maketpl.mak #********************************************************** # C compiler definition and C flags. These should never have to change. diff --git a/harbour/contrib/maketpl.vc b/harbour/contrib/maketpl.vc index dff908fec5..5a577c549f 100644 --- a/harbour/contrib/maketpl.vc +++ b/harbour/contrib/maketpl.vc @@ -25,7 +25,7 @@ HB_VISUALC_VER = 60 #********************************************************** -!include ..\_makelib.mak +!include ..\maketpl.mak #********************************************************** # C compiler definition and C flags. These should never have to change.