Skip to content

Commit

Permalink
fix sregex-cli path when uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuan committed Feb 1, 2015
1 parent dddaf6a commit 63098eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ install: all

uninstall:
@echo "==== Uninstalling sregex $(VERSION) to $(PREFIX) ===="
$(UNINSTALL) $(INSTALL_T)/sregex-cli
$(UNINSTALL) $(INSTALL_T)
$(UNINSTALL) $(INSTALL_LIB)/libsregex.so
$(UNINSTALL) $(INSTALL_LIB)/libsregex.a
for file in $(patsubst src/sregex/%,%,$(INSTALL_H_FILES)); do \
Expand Down

0 comments on commit 63098eb

Please sign in to comment.