From 453cbe83eb48795465da4d71f683ea2707d9e4e9 Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Sat, 14 Apr 2001 18:36:47 +0000 Subject: [PATCH] Attempt to fix OS/2 bustage by adding the programs listed in SIMPLE_PROGRAMS to CPPSRCS as well, as they are in other makefiles that use SIMPLE_PROGRAMS. r=disttsc@bart.nl b=75163 --- xpcom/sample/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xpcom/sample/Makefile.in b/xpcom/sample/Makefile.in index 21732c325b9..d8b5e3f1042 100644 --- a/xpcom/sample/Makefile.in +++ b/xpcom/sample/Makefile.in @@ -40,7 +40,8 @@ CPPSRCS = \ XPIDLSRCS = nsISample.idl -TESTCPPSRCS = nsTestSample.cpp +TESTCPPSRCS = nsTestSample.cpp +CPPSRCS += $(TESTCPPSRCS) SIMPLE_PROGRAMS = $(TESTCPPSRCS:.cpp=$(BIN_SUFFIX)) include $(topsrcdir)/config/config.mk