From 00abd7710c3622982e1a55a3cac35ab87bde37ba Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 12 Aug 2006 19:08:51 +0000 Subject: [PATCH] More of the same. * experimental/Makefile (.PHONY): Don't use line continuations. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-190 --- ChangeLog | 3 ++- experimental/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6643457..c9dd28f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2006-08-12 Michael Olson - * Makefile (.PHONY): Don't use line continuations. + * Makefile, experimental/Makefile (.PHONY): Don't use line + continuations. * NEWS: Catch up with the latest changes. diff --git a/experimental/Makefile b/experimental/Makefile index 051056e..111fb3b 100644 --- a/experimental/Makefile +++ b/experimental/Makefile @@ -1,4 +1,5 @@ -.PHONY: all experimental clean realclean distclean fullclean install install-uncompiled +.PHONY: all experimental clean realclean distclean fullclean install +.PHONY: install-uncompiled .PRECIOUS: %.elc include ../Makefile.defs -- 2.11.4.GIT