Fix for make distcheck. Bsd users should use gmake.

SVN revision: 23940
This commit is contained in:
Christopher Michael 2006-07-15 12:56:40 +00:00
parent 500af0d73b
commit 399fb37521
1 changed files with 2 additions and 4 deletions

View File

@ -40,10 +40,8 @@ module_la_LIBADD = @e_libs@ -lm
module_la_LDFLAGS = -module -avoid-version
module_la_DEPENDENCIES = $(top_builddir)/config.h
cpu.edj: Makefile cpu.edc
$(EDJE_CC) $(EDJE_FLAGS) \
cpu.edc \
cpu.edj
%.edj: %.edc
$(EDJE_CC) $(EDJE_FLAGS) $< $@
clean-local:
rm -rf *.edj *~