From: Dan Nicolaescu Date: Sun, 3 Oct 2010 15:46:41 +0000 (-0700) Subject: * lib-src/Makefile.in: Remove ^L, old makes choke on it. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f99d75f5bb7389d609236243bd21a91a52c484ae;p=emacs.git * lib-src/Makefile.in: Remove ^L, old makes choke on it. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8c8671af2fc..cca90f9a8a9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2010-10-03 Dan Nicolaescu + + * Makefile.in: Remove ^L, old makes choke on it. + 2010-10-02 Wolfgang Schnerring (tiny change) * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 9ad3c65afad..44b31fbb3ac 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -177,7 +177,6 @@ CPP_CFLAGS = ${BASE_CFLAGS} ${PROFILING_CFLAGS} ${CPPFLAGS} ${CFLAGS} LOADLIBES=$(LIBS_SYSTEM) - ## This is the default compilation command. ## But we should never rely on it, because some make version failed to ## find it for getopt.o.