diff options
| author | Dan Nicolaescu | 2010-10-03 08:46:41 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-10-03 08:46:41 -0700 |
| commit | f99d75f5bb7389d609236243bd21a91a52c484ae (patch) | |
| tree | fe72dc30184902b6ce937edd2543307b7a6e8c2a /lib-src | |
| parent | 4777478a50f6de9634d2d5b81ad2bac191d569b6 (diff) | |
| download | emacs-f99d75f5bb7389d609236243bd21a91a52c484ae.tar.gz emacs-f99d75f5bb7389d609236243bd21a91a52c484ae.zip | |
* lib-src/Makefile.in: Remove ^L, old makes choke on it.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 1 |
2 files changed, 4 insertions, 1 deletions
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 @@ | |||
| 1 | 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * Makefile.in: Remove ^L, old makes choke on it. | ||
| 4 | |||
| 1 | 2010-10-02 Wolfgang Schnerring <wosc@wosc.de> (tiny change) | 5 | 2010-10-02 Wolfgang Schnerring <wosc@wosc.de> (tiny change) |
| 2 | 6 | ||
| 3 | * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an | 7 | * 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} | |||
| 177 | 177 | ||
| 178 | LOADLIBES=$(LIBS_SYSTEM) | 178 | LOADLIBES=$(LIBS_SYSTEM) |
| 179 | 179 | ||
| 180 | |||
| 181 | ## This is the default compilation command. | 180 | ## This is the default compilation command. |
| 182 | ## But we should never rely on it, because some make version failed to | 181 | ## But we should never rely on it, because some make version failed to |
| 183 | ## find it for getopt.o. | 182 | ## find it for getopt.o. |