summaryrefslogtreecommitdiff
path: root/mcon
diff options
context:
space:
mode:
Diffstat (limited to 'mcon')
-rw-r--r--mcon/Jmakefile7
-rw-r--r--mcon/man/Jmakefile2
2 files changed, 0 insertions, 9 deletions
diff --git a/mcon/Jmakefile b/mcon/Jmakefile
index 61034b5..c40afd8 100644
--- a/mcon/Jmakefile
+++ b/mcon/Jmakefile
@@ -38,9 +38,6 @@ Glossary: makegloss
SimpleShellScriptTarget(makegloss)
->PRIVLIB /* We need the privlib definition */
->SCRIPTDIR /* As well as the script directory */
-
MakeInstallDirectories($(PRIVLIB) $(PRIVLIB)/U)
InstallNonExec(Glossary,$(PRIVLIB))
InstallScript(makegloss,$(PRIVLIB))
@@ -78,10 +75,6 @@ BINSH = \
!f.SH \
-expand \\
->SED
->RM
->MKDEP
-
depend::
($(SED) '/^# DO NOT DELETE/q' Makefile && \
grep '^\$$grep' $(BINSH) | \
diff --git a/mcon/man/Jmakefile b/mcon/man/Jmakefile
index 6c1e417..489cce2 100644
--- a/mcon/man/Jmakefile
+++ b/mcon/man/Jmakefile
@@ -17,8 +17,6 @@
;# Baseline for dist 3.0 netwide release.
;#
->L /* I expect to fix this with a |append command */
-
MPAGES = metaconfig.$(L) metalint.$(L) metaxref.$(L)
ComplexShellManualTarget($(MPAGES))