gecko-dev/nsprpub/pkg/solaris/proto64.mk
christophe.ravel.bugs%sun.com dd740ac1b1 238319: Sun packaging changes.
Porting from NSPR_4_5_BRANCH.
2004-11-29 16:26:03 +00:00

15 lines
314 B
Makefile

#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "$Id: proto64.mk,v 1.2 2004/11/29 16:26:02 christophe.ravel.bugs%sun.com Exp $"
#
ifeq ($(USE_64), 1)
# Remove 64 tag
sed_proto64='s/\#64\#//g'
else
# Strip 64 lines
sed_proto64='/\#64\#/d'
endif