Mercurial > emacs
changeset 10762:6ca3a749bebc
(ALL_CFLAGS): Allow include files to be found in
`srcdir'.
author | Paul Reilly <pmr@pajato.com> |
---|---|
date | Wed, 15 Feb 1995 19:11:32 +0000 |
parents | 7aa80669e697 |
children | d5a22f90865d |
files | lwlib/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/Makefile.in Wed Feb 15 15:03:21 1995 +0000 +++ b/lwlib/Makefile.in Wed Feb 15 19:11:32 1995 +0000 @@ -32,7 +32,7 @@ ALL_CFLAGS= $(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \ $(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CPPFLAGS) $(CFLAGS) \ - -DEMACS_BITMAP_FILES -Demacs + -DEMACS_BITMAP_FILES -Demacs -I. -I${srcdir} .c.o: $(CC) -c ${ALL_CFLAGS} $<