fix potential win32 bustage (thanks dbaron!)

This commit is contained in:
alecf%netscape.com 2001-09-10 23:02:53 +00:00
Родитель e67990d81a
Коммит d4a8969c82
1 изменённых файлов: 5 добавлений и 18 удалений

Просмотреть файл

@ -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::