* Armin's change in Makefile.fpc propagated

This commit is contained in:
Tomas Hajny 2004-12-29 20:26:50 +00:00
parent 084a907b5d
commit 04de5a11b7

View File

@ -272,7 +272,7 @@ ifdef SNAPSHOT
ALLTARGET=all
else
ifndef ALLTARGET
SMARTTARGETS=win32 go32v2 linux freebsd netbsd openbsd
SMARTTARGETS=win32 go32v2 linux freebsd netbsd openbsd netware netwlibc
ifneq ($(findstring $(OS_TARGET),$(SMARTTARGETS)),)
ALLTARGET=smart
else