Mercurial > hg > octave-lyh
changeset 7888:c123bd09172e
Remove CEXTRA from MAKEDEPS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 12 Jun 2008 17:02:53 +0200 |
parents | 627b10572d82 |
children | 76142609e8d2 |
files | libcruft/ChangeLog libcruft/misc/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,3 +1,7 @@ +2008-06-12 Jaroslav Hajek <highegg@gmail.com> + + * misc/Makefile.in (MAKEDEPS): Remove CEXTRA. + 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> * misc/oct-dlldefs.h (OCTGRAPHICS_API): New macro for import/export
--- a/libcruft/misc/Makefile.in +++ b/libcruft/misc/Makefile.in @@ -35,7 +35,7 @@ CEXTRA = smachar.c -MAKEDEPS := $(patsubst %.c, %.d, $(CSRC) $(CEXTRA)) $(patsubst %.cc, %.d, $(CXXSRC)) +MAKEDEPS := $(patsubst %.c, %.d, $(CSRC)) $(patsubst %.cc, %.d, $(CXXSRC)) INCLUDES := f77-fcn.h lo-error.h oct-dlldefs.h quit.h