fixed the makefile

Added espeakup.h as a dependency in the makefile so that the sources
will be compiled if it changes.
This commit is contained in:
William Hubbs 2008-10-09 19:40:11 -05:00
commit 82fa63600b

View file

@ -43,3 +43,13 @@ tarball:
git archive --format=tar --prefix=$(TARPREFIX)/ $(TAG) > $(TARFILE)
tar f $(TARFILE) --delete $(TARPREFIX)/.gitignore
bzip2 $(TARFILE)
cli.o: cli.c espeakup.h
espeakup.o: espeakup.c espeakup.h
queue.o: queue.c espeakup.h
softsynth.o: softsynth.c espeakup.h
synth.o: synth.c espeakup.h