From c125b1e22d154cc5f4dd08f79c6f2f7bd30e9682 Mon Sep 17 00:00:00 2001 From: "mark.lin%eng.sun.com" Date: Wed, 18 Aug 1999 23:22:27 +0000 Subject: [PATCH] This should make sure nsSetupRegistry.cpp gets updated. git-svn-id: svn://10.0.0.236/trunk@43525 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/webclient/src/Makefile.solaris | 7 ++++++- mozilla/java/webclient/src/Makefile.unix | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/mozilla/java/webclient/src/Makefile.solaris b/mozilla/java/webclient/src/Makefile.solaris index ee14b6795a9..cf646e0359f 100644 --- a/mozilla/java/webclient/src/Makefile.solaris +++ b/mozilla/java/webclient/src/Makefile.solaris @@ -55,6 +55,11 @@ BrowserControlMozillaShimStub.o: motif/BrowserControlMozillaShimStub.cpp BrowserControlMozillaShim.o: BrowserControlMozillaShim.cpp g++ ${DEFINES} ${INCLUDE} -c BrowserControlMozillaShim.cpp +motif/nsSetupRegistry.cpp: + cd motif + ${LN} ${MOZILLA_TOP}/../webshell/tests/viewer/nsSetupRegistry.cpp motif/nsSetupRegistry.cpp + cd .. + #PENDING(mark): I think we should use this for the Win32 version as well... nsSetupRegistry.o: motif/nsSetupRegistry.cpp g++ ${DEFINES} ${INCLUDE} -c motif/nsSetupRegistry.cpp @@ -63,4 +68,4 @@ nsActions.o: nsActions.cpp g++ ${DEFINES} ${INCLUDE} -c nsActions.cpp clean: - rm -f component.reg components *.o *.so *~ motif/*~ + rm -f component.reg components *.o *.so *~ motif/*~ motif/nsSetupRegistry.cpp diff --git a/mozilla/java/webclient/src/Makefile.unix b/mozilla/java/webclient/src/Makefile.unix index c242b4e5cd5..d81aeede66e 100644 --- a/mozilla/java/webclient/src/Makefile.unix +++ b/mozilla/java/webclient/src/Makefile.unix @@ -60,6 +60,11 @@ BrowserControlMozillaShimStub.o: motif/BrowserControlMozillaShimStub.cpp BrowserControlMozillaShim.o: BrowserControlMozillaShim.cpp g++ ${DEFINES} ${INCLUDE} -c BrowserControlMozillaShim.cpp +motif/nsSetupRegistry.cpp: + cd motif + ${LN} ${MOZILLA_TOP}/../webshell/tests/viewer/nsSetupRegistry.cpp motif/nsSetupRegistry.cpp + cd .. + #PENDING(mark): I think we should use this for the Win32 version as well... nsSetupRegistry.o: motif/nsSetupRegistry.cpp g++ ${DEFINES} ${INCLUDE} -c motif/nsSetupRegistry.cpp @@ -68,4 +73,4 @@ nsActions.o: nsActions.cpp g++ ${DEFINES} ${INCLUDE} -c nsActions.cpp clean: - rm -f component.reg components *.o *.so *~ motif/*~ + rm -f component.reg components *.o *.so *~ motif/*~ motif/nsSetupRegistry.cpp