Fixed typo (32 should be 64) in the previous checkin.

This commit is contained in:
wtc%netscape.com 2002-05-18 00:41:20 +00:00
parent 3594063b37
commit 0f1fbbc80d

View File

@ -90,7 +90,7 @@ endif
ifeq ($(OS_ARCH), HP-UX)
ifeq ($(USE_64),1)
XLDOPTS += +DD32
XLDOPTS += +DD64
endif
endif