From f348e2672cbb0bbbc6af35531a95968bc6068d30 Mon Sep 17 00:00:00 2001 From: "dbragg%netscape.com" Date: Fri, 9 Mar 2001 02:25:22 +0000 Subject: [PATCH] dbaron fix for ports bustage of libreg/standalone git-svn-id: svn://10.0.0.236/trunk@89059 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libreg/standalone/Makefile.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/mozilla/modules/libreg/standalone/Makefile.in b/mozilla/modules/libreg/standalone/Makefile.in index 8afe8968784..1e854927fef 100644 --- a/mozilla/modules/libreg/standalone/Makefile.in +++ b/mozilla/modules/libreg/standalone/Makefile.in @@ -49,16 +49,10 @@ DEFINES += -DSTANDALONE_REGISTRY # Make sure that these custom rules stay in sync with rules.mk S_%.$(OBJ_SUFFIX): $(srcdir)/../src/%.c $(REPORT_BUILD) -ifdef STRICT_CPLUSPLUS_SUFFIX - echo "#line 1 \"$*.cpp\"" | cat - $*.cpp > t_$*.cc - $(ELOG) $(CCC) -o $@ -c $(COMPILE_CXXFLAGS) t_$*.cc - rm -f t_$*.cc -else ifeq ($(MOZ_OS2_TOOLS), VACPP) - $(ELOG) $(CCC) -Fo$@ -c $(COMPILE_CXXFLAGS) $< + $(ELOG) $(CC) -Fo$@ -c $(COMPILE_CFLAGS) $< else - $(ELOG) $(CCC) -o $@ -c $(COMPILE_CXXFLAGS) $< + $(ELOG) $(CC) -o $@ -c $(COMPILE_CFLAGS) $< endif -endif #STRICT_CPLUSPLUS_SUFFIX