Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
fix after reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 7, 2009
1 parent 53bff84 commit 597612d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/library/Makefile.in
Expand Up @@ -11,6 +11,7 @@ LIB_DIR := @libdir@$(VERSION)

## Setup some commands
PERL := @perl@
CP := @cp@
RM_F := @rm_f@
RM_RF := @rm_rf@
PARROT := $(BIN_DIR)/parrot@exe@
Expand Down Expand Up @@ -65,7 +66,9 @@ complex.pbc: complex.pir
-$(PARROT) --output=complex.pbc complex.pir

#IF(has_opengl):gl.pir: gl.lua
#IF(has_opengl): -$(PARROT) luap.pir --target=pir gl.lua > gl.pir
#IF(has_opengl): $(CP) gl.lua ../../gl.lua
#IF(has_opengl): -cd ../.. && $(PARROT) luap.pir --target=pir gl.lua > gl.pir
#IF(has_opengl): $(CP) ../../gl.pir gl.pir
#IF(has_opengl):
#IF(has_opengl):gl.pbc: gl.pir
#IF(has_opengl): -$(PARROT) --output=gl.pbc gl.pir
Expand Down

0 comments on commit 597612d

Please sign in to comment.