trivial diff: fix bug: install gud.el

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Mar 24 23:57:08 AEDT 1999


Estimated hours taken: 0.5

scripts/Mmakefile:
	Fix a bug: it was not installing the emacs script (gud.el).

Index: scripts/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/Mmakefile,v
retrieving revision 1.14
diff -u -r1.14 Mmakefile
--- Mmakefile	1999/03/15 16:28:06	1.14
+++ Mmakefile	1999/03/24 12:55:54
@@ -44,7 +44,8 @@
 #-----------------------------------------------------------------------------#
 
 .PHONY: install
-install: install_mmake install_scripts install_debugger_scripts
+install: install_mmake install_scripts \
+	install_debugger_scripts install_emacs_scripts
 
 .PHONY: install_dirs
 install_dirs:
@@ -69,7 +70,7 @@
 	done
 
 .PHONY: install_emacs_scripts
-install_emacs_scripts: $(EMACS_SCRIPTS) install_libdir install_dirs
+install_emacs_scripts: $(EMACS_SCRIPTS) install_dirs
 	cp $(EMACS_SCRIPTS) $(INSTALL_ELISP_DIR)
 
 .PHONY: install_debugger_scripts
-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list