summaryrefslogtreecommitdiff
path: root/xc/Imakefile
diff options
context:
space:
mode:
authorrws <empty>1988-02-17 15:27:40 +0000
committerrws <empty>1988-02-17 15:27:40 +0000
commit2424ce6c7caae7a8521e0294a33bff3ca8611a44 (patch)
treedea2f609660c2085ddaf71abf81a88c7f73b8897 /xc/Imakefile
parent07b244e504d2954667d755c670634b50c00d6f3b (diff)
force of imake and makedepend moved into standard rules
Diffstat (limited to 'xc/Imakefile')
-rw-r--r--xc/Imakefile20
1 files changed, 1 insertions, 19 deletions
diff --git a/xc/Imakefile b/xc/Imakefile
index 6f89d2490..1d78c6245 100644
--- a/xc/Imakefile
+++ b/xc/Imakefile
@@ -30,18 +30,11 @@ MakeSubdirs($(DIRSTOMAKE) $(RGBSRC) $(XMANSRC))
MakeLintLibSubdirs($(LINTLIBDIRS))
#
-# before doing the depend, be sure that makedepend exists, and that
-# the include directory has everything in it.
+# before depending, be sure that include has everything in it.
#
depend::
cd include; $(MAKE)
-depend:: $(DEPEND)
-
-$(DEPEND):
- @echo "making $(DEPENDSRC)"; \
- cd $(DEPENDSRC); $(MAKE)
-
DependSubdirs($(SUBDIRS))
install::
@@ -52,17 +45,6 @@ install::
-mkdir $(FONTDIR)
-mkdir $(MANDIR)
-#
-# before making the makefiles, be sure that imake exists.
-#
-Makefiles:: $(IMAKE)
-
-Makefile:: $(IMAKE)
-
-$(IMAKE):
- @echo "making $(IMAKESRC)"; \
- cd $(IMAKESRC); $(MAKE)
-
# don't name your log file make.log when you run this ...
World: $(IMAKE)
-$(MV) Makefile Makefile.bak