summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Imakefile30
1 files changed, 1 insertions, 29 deletions
diff --git a/src/Imakefile b/src/Imakefile
index 500e9ef16..4de390e07 100644
--- a/src/Imakefile
+++ b/src/Imakefile
@@ -14,32 +14,12 @@
/* default target... */
all::
-#ifdef UseComErrInstalled
-COMERRDIR=
-world::
- $(RM) include/com_err.h
-#else
-COMERRDIR=comerr
-world::
- $(RM) include/com_err.h
- $(LN) ../comerr/com_err.h include/com_err.h
-#endif
-#ifdef UseSSInstalled
-SSDIR=
-#else
-SSDIR=ss
-#endif
-#ifdef UseUnifdefInstalled
-UNIFDIR=
-#else
-UNIFDIR=util/unifdef
-#endif
world::
make ${MFLAGS} mastermakefiles
make ${MFLAGS} depend
make ${MFLAGS} all
-SUBDIRS = $(UNIFDIR) include $(COMERRDIR) $(SSDIR) lib kdc admin clients appl
+SUBDIRS = include lib kdc admin clients appl
LNINSTALLDIRS =
MakeSubdirs($(SUBDIRS))
@@ -47,15 +27,7 @@ MakeSubdirs($(SUBDIRS))
depend:: includes
/**/# rebuild the Makefiles in the master source tree
-#ifdef UseImakeInstalled
-mastermakefiles::
- -$(MV) Makefile Makefile.bak
- $(MAKE) -f Makefile.bak Makefile
- $(MAKE) Makefiles
-#else
mastermakefiles::
- cd $(IMAKESRC); $(MAKE) -f Makefile.ini clean; $(MAKE) -f Makefile.ini BOOTSTRAPCFLAGS="$(BOOTSTRAPCFLAGS)"
-$(MV) Makefile Makefile.bak
$(MAKE) -f Makefile.bak Makefile
$(MAKE) Makefiles
-#endif