diff options
-rw-r--r-- | js/src/Ice/Makefile | 11 | ||||
-rw-r--r-- | js/src/Ice/Makefile.mak | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/js/src/Ice/Makefile b/js/src/Ice/Makefile index 78fe79691a6..b9769ba0cf9 100644 --- a/js/src/Ice/Makefile +++ b/js/src/Ice/Makefile @@ -134,16 +134,15 @@ include $(top_srcdir)/config/Make.rules.js # Prevent generation of these files from .ice files Communicator.js: - + Properties.js: - + Logger.js: - + ServantLocator.js: - + ObjectFactory.js: - - + SLICE2JSFLAGS := $(SLICE2JSFLAGS) --ice -I$(slicedir) lint:: $(SRCS) diff --git a/js/src/Ice/Makefile.mak b/js/src/Ice/Makefile.mak index 632be2084d1..378c7813c49 100644 --- a/js/src/Ice/Makefile.mak +++ b/js/src/Ice/Makefile.mak @@ -131,16 +131,15 @@ INSTALL_SRCS = $(NODEJS_SRCS) $(GEN_SRCS) $(COMMON_SRCS) # Prevent generation of these files from .ice files Communicator.js: - + Properties.js: - + Logger.js: - + ServantLocator.js: - + ObjectFactory.js: - - + SLICE2JSFLAGS = $(SLICE2JSFLAGS) --ice -I"$(slicedir)" MODULEDIR = $(install_moduledir)\$(LIBNAME) |