|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/09]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/15]
|
|
|
#
|
|
|
default: allexectests
|
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
|
@@ -10,6 +10,7 @@ SEARCHPATH:=$(filter-out .,$(subst :, ,$(PATH)))
|
|
|
else
|
|
|
SEARCHPATH:=$(subst ;, ,$(PATH))
|
|
|
endif
|
|
|
+SEARCHPATH+=$(patsubst %/,%,$(dir $(MAKE)))
|
|
|
PWD:=$(strip $(wildcard $(addsuffix /pwd.exe,$(SEARCHPATH))))
|
|
|
ifeq ($(PWD),)
|
|
|
PWD:=$(strip $(wildcard $(addsuffix /pwd,$(SEARCHPATH))))
|
|
@@ -1514,7 +1515,7 @@ distclean: clean
|
|
|
rundigest : $(DIGESTDEP)
|
|
|
-$(DIGEST)
|
|
|
ifeq ($(USESQL),YES)
|
|
|
- -$(DBDIGEST) -v $(DIGESTVER)
|
|
|
+ -$(DBDIGEST) -v $(DIGESTVER) -o $(OS_TARGET) -c $(CPU_TARGET)
|
|
|
endif
|
|
|
all : allexectests
|
|
|
full : clean allexectests rundigest
|