fixed makefile

The reference to $(PROGRAM) should have been $<.
This is fixed.
This commit is contained in:
William Hubbs 2008-08-03 13:48:13 -05:00
commit b76fada0b6

View file

@ -11,7 +11,7 @@ all: espeakup
install: espeakup
$(INSTALL) -d $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 $(PROGRAM) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 $< $(DESTDIR)$(BINDIR)
clean:
$(RM) espeakup