mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
* remove utils
This commit is contained in:
parent
ba314dab05
commit
3bb12ce5aa
17
rtl/Makefile
17
rtl/Makefile
@ -94,7 +94,6 @@ export PP OPT REDIR REDIRFILE ERRORFILE
|
||||
go32v1libs go32v2libs linuxlibs os2libs win32libs \
|
||||
clean install native diffs diffclean \
|
||||
libs libinstall \
|
||||
utils utils_install
|
||||
|
||||
all: rtls
|
||||
|
||||
@ -105,7 +104,6 @@ clean:
|
||||
make -C linux clean
|
||||
make -C win32 clean
|
||||
make -C os2 clean
|
||||
make -C utils clean
|
||||
-$(DEL) *.dif
|
||||
|
||||
|
||||
@ -200,16 +198,6 @@ libinstall_win32:
|
||||
make -C win32 libinstall
|
||||
|
||||
|
||||
############################################################################
|
||||
# Utils
|
||||
############################################################################
|
||||
|
||||
utils:
|
||||
make -C utils all
|
||||
utils_install:
|
||||
make -C utils install
|
||||
|
||||
|
||||
############################################################################
|
||||
# Diffs
|
||||
############################################################################
|
||||
@ -256,7 +244,10 @@ diffclean:
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.5 1999-02-24 15:59:04 michael
|
||||
# Revision 1.6 1999-05-19 10:59:48 peter
|
||||
# * remove utils
|
||||
#
|
||||
# Revision 1.5 1999/02/24 15:59:04 michael
|
||||
# * fixed clean target
|
||||
#
|
||||
# Revision 1.4 1998/12/21 14:26:52 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user