Remove 'make' warning whith ./configure --local.

Eye-candy.

 /trunk/Makefile.in |    6     3     3     0 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-06-14 14:04:54 +00:00
parent d4dae52465
commit 8ab984f4aa

View File

@ -138,7 +138,7 @@ install-man: $(MANDIR)
@echo " INST 'ct-ng.1.gz'"
@install -m 644 docs/ct-ng.1.gz "$(MANDIR)"
$(BINDIR) $(LIBDIR) $(DOCDIR) $(MANDIR):
$(sort $(BINDIR) $(LIBDIR) $(DOCDIR) $(MANDIR)):
@echo " MKDIR '$@'"
@install -m 755 -d "$@"
@ -151,11 +151,11 @@ uninstall-bin:
@rm -f "$(BINDIR)/ct-ng"
uninstall-lib:
@echo " RM '$(LIBDIR)/'"
@echo " RMDIR '$(LIBDIR)/'"
@rm -rf "$(LIBDIR)"
uninstall-doc:
@echo " RM '$(DOCDIR)/'"
@echo " RMDIR '$(DOCDIR)/'"
@rm -rf "$(DOCDIR)"
uninstall-man: