summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-14 14:04:54 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-14 14:04:54 (GMT)
commit8ab984f4aac7304166221e9ef614f5179e1b5efd (patch)
tree62b7ccb05810b3e67df645570338f37dd670f1c1 /Makefile.in
parentd4dae524651df9c8705520f60ebcf8ccae129196 (diff)
Remove 'make' warning whith ./configure --local.
Eye-candy. /trunk/Makefile.in | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 0c85564..e658fae 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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: