[11720] in Athena Bugs
Changes to the et library Imakefile
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Tue Feb 8 18:34:40 1994
From: epeisach@MIT.EDU
Date: Tue, 8 Feb 1994 18:34:30 -0500
To: bugs@MIT.EDU
Cc: alpha@kangaroo.mit.edu
The following useful change installs compile_et in the buildtop/util/bin
directory for use in other parts of the built.... (nice for consistancy)
Ezra
diff -c /source/athena/athena.lib/et/Imakefile ./Imakefile
*** /source/athena/athena.lib/et/Imakefile Thu Oct 28 17:47:48 1993
--- ./Imakefile Fri Dec 10 12:11:42 1993
***************
*** 111,113 ****
--- 111,119 ----
depend:: ${CFILES} et_lex.lex.c
makedepend ${CFLAGS} ${CFILES}
+ #if !defined(UseInstalled)
+ all:: $(UTILDIR)compile_et
+
+ $(UTILDIR)compile_et: compile_et
+ $(INSTALL) -s compile_et $(UTILDIR)
+ #endif