Skip to content

Commit

Permalink
Merge pull request #278 from bhundven/fix-uninstall
Browse files Browse the repository at this point in the history
Makefile.in: Fix uninstall target
  • Loading branch information
bhundven committed Nov 19, 2015
2 parents 7b69ac2 + 1b48c9b commit ba7ca97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -382,7 +382,7 @@ install-post:
#--------------------------------------
# Uninstall rules

real-uninstall: $(patsubst %,uninstall-%,$(TARGETS))
real-uninstall: $(patsubst %,uninstall-%,$(filter-out lib-kconfig,$(TARGETS)))

uninstall-bin:
@echo " RM '$(DESTDIR)$(bindir)/$(PROG_NAME)'"
Expand Down

0 comments on commit ba7ca97

Please sign in to comment.