* some fixes to keep fppkg happy

git-svn-id: trunk@2689 -
This commit is contained in:
marco 2006-02-26 13:58:10 +00:00
parent 103830cd59
commit 74cc89f41a

View File

@ -16,8 +16,7 @@ units=$(SYSTEMUNIT) objpas macpas strings syscall baseunix \
sysutils classes typinfo math varutils \
charset ucomplex getopts heaptrc lineinfo \
errors sockets gpm ipc terminfo \
video mouse keyboard serial variants types systhrds sysctl sysconst
units_netbsd_i386=mmx cpu
video mouse keyboard serial variants types systhrds sysctl sysconst $(CPU_UNITS)
rsts=math varutils typinfo variants classes sysconst
[require]
@ -86,6 +85,12 @@ ifndef USELIBGGI
USELIBGGI=NO
endif
ifeq ($(CPU_TARGET),i386)
CPU_UNITS=x86 ports cpu mmx
else
CPU_UNITS=
endif
[rules]
# Get the system independent include file names.