summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: