Make sure include/GL exists before attempting to use it

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@81 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
mem 2003-07-06 15:05:35 +00:00
parent 2b9775d8d3
commit f3985b3a9b
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ $(EXT)/.dummy: $(REGISTRY)/.dummy
touch $@
$(I.DEST)/glew.h: $(EXT)/.dummy
test -d $(I.DEST) || mkdir -p $(I.DEST)
cp -f $(SRC)/glew_pre.h $@
$(BIN)/make_header.pl GLAPIENTRY $(CORE)/GL_VERSION* >> $@
mv $@ tmp; grep -v 'PFNGLBLENDCOLORPROC' tmp | \