i am an idiot. if the directory already exists, don't try and make it again.

git-svn-id: svn://10.0.0.236/trunk@37929 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%netscape.com
1999-07-02 01:22:21 +00:00
parent 073b468139
commit 49e22150fa

View File

@@ -32,8 +32,14 @@ DIRS= public nglsrc
#//------------------------------------------------------------------------
include <$(DEPTH)\config\rules.mak>
export::
mkdir $(DIST)\bin\plugins
PLUGIN_DIR=\
$(DIST)\bin\plugins \
$(NULL)
$(PLUGIN_DIR):
mkdir $@
export:: $(PLUGIN_DIR)
clobber::
rmdir $(DIST)\bin\plugins