fix potential win32 bustage (thanks dbaron!)

git-svn-id: svn://10.0.0.236/trunk@102692 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2001-09-10 23:02:53 +00:00
parent 3ae41e83f1
commit 7574047850

View File

@@ -33,17 +33,13 @@
#// root of NS
#//
#//------------------------------------------------------------------------
MODULE=java
DEPTH= ..\..\..
#//------------------------------------------------------------------------
#//
#// Define any local options for the make tools
#// (ie. LCFLAGS, LLFLAGS, LLIBS, LINCS)
#//
#//------------------------------------------------------------------------
INSTALL_DIR=$(XPDIST)\include\java
EXPORTS = \
java_lang_String.h \
jdk_java_lang_String.h \
$(NULL)
#//------------------------------------------------------------------------
#//
@@ -52,12 +48,3 @@ INSTALL_DIR=$(XPDIST)\include\java
#//------------------------------------------------------------------------
include <$(DEPTH)/config/rules.mak>
export::
$(MAKE_INSTALL) java_lang_String.h $(INSTALL_DIR)
$(MAKE_INSTALL) jdk_java_lang_String.h $(INSTALL_DIR)
install::
clobber::