mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 05:11:44 +02:00
* updated for samplecfg
This commit is contained in:
parent
e0c0e0ce6c
commit
7a22facf6d
@ -37,7 +37,7 @@ RTLOPTS=
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Message files
|
# Message files
|
||||||
MSGFILES=errore.msg errord.msg errorn.msg
|
MSGFILES=$(wildcard error*.msg)
|
||||||
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -343,9 +343,7 @@ endif
|
|||||||
|
|
||||||
installlib: quickinstall
|
installlib: quickinstall
|
||||||
ifdef inlinux
|
ifdef inlinux
|
||||||
chmod 755 $(COMPILERUTILS)/makecfg
|
$(INSTALLEXE) $(COMPILERUTILS)/samplecfg $(LIBINSTALLDIR)/samplecfg
|
||||||
$(COMPILERUTILS)/makecfg $(LIBINSTALLDIR)/samplecfg
|
|
||||||
chmod 644 $(COMPILERUTILS)/makecfg
|
|
||||||
endif
|
endif
|
||||||
$(MKDIR) $(MSGINSTALLDIR)
|
$(MKDIR) $(MSGINSTALLDIR)
|
||||||
$(INSTALL) $(MSGFILES) $(MSGINSTALLDIR)
|
$(INSTALL) $(MSGFILES) $(MSGINSTALLDIR)
|
||||||
@ -395,7 +393,10 @@ $(M68KEXENAME): $(PASFILES) $(INCFILES)
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.33 1999-06-08 22:11:27 peter
|
# Revision 1.34 1999-06-15 15:10:06 peter
|
||||||
|
# * updated for samplecfg
|
||||||
|
#
|
||||||
|
# Revision 1.33 1999/06/08 22:11:27 peter
|
||||||
# * debian updates
|
# * debian updates
|
||||||
#
|
#
|
||||||
# Revision 1.32 1999/06/08 18:28:12 peter
|
# Revision 1.32 1999/06/08 18:28:12 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user