From 461d447ffe08c9e31431da32e85e283bdbf05ed7 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Sat, 19 Jun 1999 00:16:43 +0000 Subject: [PATCH] Minor DEC-specific tweak (i.e., only affects DEC builds) to fix the Tinderbox build. git-svn-id: svn://10.0.0.236/trunk@35887 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libreg/src/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/modules/libreg/src/Makefile.in b/mozilla/modules/libreg/src/Makefile.in index 54363566dc1..d0e34766c34 100644 --- a/mozilla/modules/libreg/src/Makefile.in +++ b/mozilla/modules/libreg/src/Makefile.in @@ -1,4 +1,3 @@ -#!gmake # # The contents of this file are subject to the Netscape Public License # Version 1.0 (the "NPL"); you may not use this file except in @@ -14,6 +13,7 @@ # Communications Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. +# DEPTH = ../../.. topsrcdir = @top_srcdir@ @@ -48,9 +48,13 @@ $(PROGRAM): $(BIN_OBJS) @$(MAKE_OBJDIR) ifeq ($(OS_ARCH), OS2) $(LINK_EXE) -OUT:$@ $(BIN_OBJS) $(LDFLAGS) $(OS_LIBS) +else +ifeq ($(OS_ARCH), OSF1) + $(CC) -o $@ $(BIN_OBJS) $(LDFLAGS) else $(CCF) -o $@ $(BIN_OBJS) $(LDFLAGS) endif +endif $(OBJDIR)/R_VerReg.o: VerReg.c @$(MAKE_OBJDIR)