trivial diff: runtime/Mmakefile: s/conf/mercury_conf/g
Fergus Henderson
fjh at cs.mu.oz.au
Fri Nov 21 17:27:49 AEDT 1997
runtime/Mmakefile:
Fix something that Tyson forgot in his recent change:
s/conf.h/mercury_conf.h/g
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/Mmakefile,v
retrieving revision 1.17
diff -u -u -r1.17 Mmakefile
--- Mmakefile 1997/11/20 01:58:53 1.17
+++ Mmakefile 1997/11/21 06:15:44
@@ -154,11 +154,11 @@
runtime.init: $(ORIG_CS)
cat `vpath_find $(ORIG_CS)` | grep '^INIT ' > runtime.init
-conf.h.date: $(MERCURY_DIR)/config.status conf.h.in
- CONFIG_FILES= CONFIG_HEADERS=conf.h $(MERCURY_DIR)/config.status
- echo datestamp > conf.h.date
+mercury_conf.h.date: $(MERCURY_DIR)/config.status mercury_conf.h.in
+ CONFIG_FILES= CONFIG_HEADERS=mercury_conf.h $(MERCURY_DIR)/config.status
+ echo datestamp > mercury_conf.h.date
-conf.h: conf.h.date
+mercury_conf.h: mercury_conf.h.date
@true
.PHONY: cs
--
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