Fix a bug in 'uninstall-exec' target.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@93 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
3ed8fc8784
commit
8e5f3e684c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -155,7 +155,7 @@ install-exec: build-exec
|
|||
$(INSTALL) -d $(BINPATH); \
|
||||
for f in $(PROGS); do $(INSTALL_PROGRAM) $$f $(BINPATH)/; done
|
||||
uninstall-exec:
|
||||
-for f in $(PROGS); do rm -f $(BINPATH)/$$f; done
|
||||
-for f in $(notdir $(PROGS)); do rm -f $(BINPATH)/$$f; done
|
||||
|
||||
# Program + user documents installation.
|
||||
.PHONY: install-program uninstall-program
|
||||
|
|
Loading…
Add table
Reference in a new issue