nsprpub/pkg/Makefile.in

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 # 
     2 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
     3 # Use is subject to license terms.
     4 # 
     5 # This Source Code Form is subject to the terms of the Mozilla Public
     6 # License, v. 2.0. If a copy of the MPL was not distributed with this
     7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     9 #! gmake
    11 MOD_DEPTH	= ..
    12 topsrcdir	= @top_srcdir@
    13 srcdir		= @srcdir@
    14 VPATH		= @srcdir@
    16 include $(MOD_DEPTH)/config/autoconf.mk
    18 DIRS = 
    19 ifeq ($(OS_TARGET),Linux)
    20 DIRS = linux
    21 endif
    22 ifeq ($(OS_TARGET),SunOS)
    23 DIRS = solaris
    24 endif
    26 publish::
    27 	+$(LOOP_OVER_DIRS)
    29 include $(topsrcdir)/config/rules.mk

mercurial