This commit is contained in:
David Voswinkel 2009-05-14 23:39:27 +02:00
parent ca2f62ee62
commit 46a566ce14

View File

@ -159,7 +159,7 @@ all: build;
include $(ui)/Makefile
objects := $(patsubst %,obj/%.$(obj),$(objects))
#rubydef := $(foreach c,$(subst .,_,$(call strupper,$(ruby))),$(call mkdef,$c))
rubydef := $(foreach c,$(subst .,_,$(call strupper,$(ruby))),$(call mkdef,$c))
#################
### libraries ###