[23667] in Source-Commits
/svn/athena r23281 - trunk/athena/bin/discuss/edsc
daemon@ATHENA.MIT.EDU (broder@MIT.EDU)
Fri Jan 9 21:46:51 2009
Date: Fri, 9 Jan 2009 21:46:22 -0500 (EST)
From: broder@MIT.EDU
Message-Id: <200901100246.VAA08257@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-01-09 21:46:22 -0500 (Fri, 09 Jan 2009)
New Revision: 23281
Modified:
trunk/athena/bin/discuss/edsc/Makefile.in
Log:
Correct the Makefile dependencies in discuss/edsc.
Modified: trunk/athena/bin/discuss/edsc/Makefile.in
===================================================================
--- trunk/athena/bin/discuss/edsc/Makefile.in 2009-01-10 02:33:45 UTC (rev 23280)
+++ trunk/athena/bin/discuss/edsc/Makefile.in 2009-01-10 02:46:22 UTC (rev 23281)
@@ -34,14 +34,14 @@
.c.o:
${CC} -c ${ALL_CFLAGS} $<
-all: edsc
+all: edsc discuss.el
clean:
rm -f edsc *.o version.h discuss.el
depend:
-install:
+install: all
${top_srcdir}/mkinstalldirs ${DESTDIR}${libexecdir}
${top_srcdir}/mkinstalldirs ${DESTDIR}${lispdir}
${INSTALL_PROGRAM} edsc ${DESTDIR}${libexecdir}