fix revwords build

This commit is contained in:
Neale Pickett 2011-11-03 22:22:19 -06:00
parent 106635bc37
commit 728152af50
1 changed files with 1 additions and 2 deletions

View File

@ -7,14 +7,13 @@ revwords-install: revwords-build
$(call COPYTREE, packages/revwords/service, $(REVWORDS_PKGDIR)/service)
cp packages/revwords/tokens.txt $(REVWORDS_PKGDIR)/
cp $(REVWORDS_BUILDDIR)/token.enc $(REVWORDS_PKGDIR)/
cp packages/revwords/src/revwords $(REVWORDS_PKGDIR)/bin/
revwords-clean:
rm -rf $(REVWORDS_PKGDIR) $(REVWORDS_BUILDDIR)
$(MAKE) -C packages/revwords/src clean
revwords-build: $(REVWORDS_BUILDDIR)/token.enc
revwords-build:
$(MAKE) -C packages/revwords/src build
PACKAGES += revwords