* fixed some typos

This commit is contained in:
peter 1999-05-11 00:48:12 +00:00
parent d38e5e0d34
commit 73b21ccda9

View File

@ -288,7 +288,7 @@ endif
endif endif
# ZipProg, you can't use Zip as the var name (PFV) # ZipProg, you can't use Zip as the var name (PFV)
ifndef ZIPPROGNEW ifndef ZIPPROG
ZIPPROG=$(strip $(wildcard $(addsuffix /zip$(EXEEXT),$(SEARCHPATH)))) ZIPPROG=$(strip $(wildcard $(addsuffix /zip$(EXEEXT),$(SEARCHPATH))))
ifeq ($(ZIPPROG),) ifeq ($(ZIPPROG),)
ZIPPROG= ZIPPROG=
@ -905,9 +905,9 @@ fpc_cfginfo:
@$(ECHO) FPCMake... $(FPCMAKE) @$(ECHO) FPCMake... $(FPCMAKE)
@$(ECHO) @$(ECHO)
@$(ECHO) Version... $(FPC_VERSION) @$(ECHO) Version... $(FPC_VERSION)
@$(ECHO) CPU....... $(CPU)
@$(ECHO) Source.... $(OS_SOURCE) @$(ECHO) Source.... $(OS_SOURCE)
@$(ECHO) Target.... $(OS_TARGET) @$(ECHO) Target.... $(OS_TARGET)
@$(ECHO) Basedir... $(BASEDIR)
@$(ECHO) @$(ECHO)
fpc_dirinfo: fpc_dirinfo:
@ -921,6 +921,8 @@ endif
ifdef NEEDOTHERLIB ifdef NEEDOTHERLIB
@$(ECHO) Other library is needed. @$(ECHO) Other library is needed.
endif endif
@$(ECHO) Basedir......... $(BASEDIR)
@$(ECHO)
@$(ECHO) GCC library..... $(GCCLIBDIR) @$(ECHO) GCC library..... $(GCCLIBDIR)
@$(ECHO) Other library... $(OTHERLIBDIR) @$(ECHO) Other library... $(OTHERLIBDIR)
@$(ECHO) @$(ECHO)
@ -948,7 +950,7 @@ endif
ifdef UPX ifdef UPX
@$(ECHO) Upx....... $(UPX) @$(ECHO) Upx....... $(UPX)
endif endif
ifdef UPX ifdef ZIPPROG
@$(ECHO) Zip....... $(ZIPPROG) @$(ECHO) Zip....... $(ZIPPROG)
endif endif
@$(ECHO) @$(ECHO)
@ -1010,7 +1012,10 @@ endif
# #
# $Log$ # $Log$
# Revision 1.23 1999-05-10 15:18:43 peter # Revision 1.24 1999-05-11 00:48:12 peter
# * fixed some typos
#
# Revision 1.23 1999/05/10 15:18:43 peter
# * NEEDOTHERLIB define to load ld.so.conf for linux # * NEEDOTHERLIB define to load ld.so.conf for linux
# #
# Revision 1.22 1999/05/04 23:20:42 pierre # Revision 1.22 1999/05/04 23:20:42 pierre