No need for install target to depend explicitly on install-dirs,

the install-foo targets all depend on it.
This commit is contained in:
Todd C. Miller
2011-12-07 14:33:25 -05:00
parent faa10aa827
commit 1cec1f4777
6 changed files with 6 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ sample_plugin.la: $(OBJS)
pre-install:
install: install-dirs install-plugin
install: install-plugin
install-dirs:
$(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(plugindir)