diff --git a/interpreters/ficl/Makefile b/interpreters/ficl/Makefile index bc3ae7c43..e99f39816 100644 --- a/interpreters/ficl/Makefile +++ b/interpreters/ficl/Makefile @@ -78,7 +78,7 @@ SRC_DEPPATH = --dep-path src VPATH = src:$(FICL_SUBDIR) all: .built -.PHONY: debug context depend clean distclean +.PHONY: debug context depend clean distclean preconfig $(AOBJS): %$(OBJEXT): %.S $(call ASSEMBLE, $<, $@) @@ -113,6 +113,6 @@ distclean: clean $(call DELFILE, Make.dep) $(call DELFILE, .depend) --include Make.dep -.PHONY: preconfig preconfig: + +-include Make.dep diff --git a/tools/mkkconfig.bat b/tools/mkkconfig.bat index a42b12372..fca5597f7 100755 --- a/tools/mkkconfig.bat +++ b/tools/mkkconfig.bat @@ -77,6 +77,7 @@ REM ) REM Get the current directory SET APPSDIR=%cd% +SET APPSDIR=%APPSDIR:\=/% Echo # > %kconfig% Echo # For a description of the syntax of this configuration file, >> %kconfig%