Turning of building of OS2 version of InstallCleanup until I can work with the OS2 experts.

This commit is contained in:
dbragg%netscape.com 2001-04-08 20:51:12 +00:00
Родитель 72ef252bfa
Коммит 7b692a1447
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -30,7 +30,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public res src stub cleanup
ifeq ($(OS_ARCH),OS2)
DIRS = public res src stub
else
DIRS = public res src stub cleanup
endif
ifneq (,$(filter Linux SunOS,$(OS_ARCH)))
DIRS += wizard/libxpnet