Skip to content

Commit

Permalink
Fix reference to old name of library.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Nov 2, 2015
1 parent d823464 commit 0a5101d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytic-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MANDIR = $(PREFIX)/share/man/man1
DIRS = $(TOOLS:=/)
EXECUTABLES = $(foreach D,$(TOOLS),$D/$D)
MANPAGES = $(EXECUTABLES:=.1)
LIB = Modules/Lib.a
LIB = Modules/libisri.a

all: $(DIRS)

Expand Down

0 comments on commit 0a5101d

Please sign in to comment.