delete .bak when finished

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@467 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2007-03-01 04:11:47 +00:00
parent a397300bce
commit c8839d58e7
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ $(S.DEST)/glewinfo.c: $(EXT)/.dummy
cat $(SRC)/glewinfo_tail.c >> $@
$(BIN)/fix_OML_sync_control.sh $@
perl -e 's/"glColorSubTable"/"glBlendEquation", glBlendEquation == NULL);\n glewInfoFunc("glColorSubTable"/g' -pi $@
rm -f $@.bak
$(D.DEST)/glew.html: $(EXT)/.dummy
@echo "--------------------------------------------------------------------"