From 0159963af78250408077a1f33caafc058cde6c81 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 30 Oct 2003 09:19:57 +0000 Subject: [PATCH] * peter told me to fix this --- utils/fpdoc/Makefile | 10 +++------- utils/fpdoc/Makefile.fpc | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/utils/fpdoc/Makefile b/utils/fpdoc/Makefile index 49d250bd4c..c2f15a254c 100644 --- a/utils/fpdoc/Makefile +++ b/utils/fpdoc/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/28] +# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/27] # default: all MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom @@ -207,7 +207,7 @@ PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/ext override PACKAGE_NAME=fpdoc override PACKAGE_VERSION=1.0.8 override TARGET_PROGRAMS+=fpdoc makeskel -override CLEAN_UNITS+=dglobals dwriter dw_xml sh_pas dw_html dw_latex +override CLEAN_UNITS+=dglobals dwriter dw_xml sh_pas dw_html dw_latex dw_ipf override CLEAN_FILES+=dwriter.rst fpdoc.rst dglobals.rst makeskel.rst override INSTALL_FPCPACKAGE=y override COMPILER_OPTIONS+=-S2h @@ -752,11 +752,7 @@ endif endif export MVPROG ifndef ECHOREDIR -ifndef inUnix -ECHOREDIR=echo -else -ECHOREDIR=$(ECHO) -endif +ECHOREDIR:=$(subst /,$(PATHSEP),$(ECHO)) endif ifndef COPY COPY:=$(CPPROG) -fp diff --git a/utils/fpdoc/Makefile.fpc b/utils/fpdoc/Makefile.fpc index 2fafc74374..4044dcd682 100644 --- a/utils/fpdoc/Makefile.fpc +++ b/utils/fpdoc/Makefile.fpc @@ -26,7 +26,7 @@ fpcpackage=y fpcdir=../.. [clean] -units=dglobals dwriter dw_xml sh_pas dw_html dw_latex +units=dglobals dwriter dw_xml sh_pas dw_html dw_latex dw_ipf files=dwriter.rst fpdoc.rst dglobals.rst makeskel.rst [rules]