* Fix from Peter for weird "make install" behaviour

This commit is contained in:
marco 2001-07-12 11:39:20 +00:00
parent 6e4906ff87
commit f322701320
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/06/10]
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/02]
#
default: all
override PATH:=$(subst \,/,$(PATH))
@ -145,7 +145,7 @@ endif
override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings $(LINUXUNIT) unix initc dos crt objects printer sysutils typinfo math varutils cpu mmx getopts heaptrc lineinfo errors sockets gpm ipc terminfo video mouse keyboard console serial
override TARGET_LOADERS+=prt0 cprt0
override TARGET_RSTS+=math varutils
override INSTALL_FPCPACKAGE=y
override INSTALL_FPCPACKAGE=y y
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC)
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC)
override COMPILER_TARGETDIR+=.

View File

@ -5,6 +5,9 @@
[package]
main=rtl
[install]
fpcpackage=y
[target]
loaders=prt0 cprt0
units=$(SYSTEMUNIT) objpas strings \