From 78893d2e8ba7a28ac3c88362ab4d1590bd02cc2f Mon Sep 17 00:00:00 2001 From: "jaggernaut%netscape.com" Date: Wed, 17 May 2006 02:22:11 +0000 Subject: [PATCH] Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf git-svn-id: svn://10.0.0.236/trunk@196753 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/inspector/src/Makefile.in | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/mozilla/layout/inspector/src/Makefile.in b/mozilla/layout/inspector/src/Makefile.in index 2606d05daee..34879f32b45 100644 --- a/mozilla/layout/inspector/src/Makefile.in +++ b/mozilla/layout/inspector/src/Makefile.in @@ -28,7 +28,27 @@ include $(DEPTH)/config/autoconf.mk MODULE=inspector LIBRARY_NAME=inspector_s -REQUIRES=xpcom string dom rdf rdfutil gfx layout content widget locale gfx2 necko docshell view timer imglib2 mimetype exthandler $(PNG_REQUIRES) $(ZLIB_REQUIRES) +REQUIRES = xpcom \ + string \ + dom \ + rdf \ + rdfutil \ + gfx \ + layout \ + content \ + widget \ + locale \ + gfx2 \ + necko \ + docshell \ + view \ + timer \ + imglib2 \ + mimetype \ + exthandler \ + $(PNG_REQUIRES) \ + $(ZLIB_REQUIRES) \ + $(NULL) CPPSRCS= \ inDOMDataSource.cpp \