comparison lib-src/Makefile.in @ 4688:7df128f592e3

(ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir} -I${srcdir}/../src.
author Roland McGrath <roland@gnu.org>
date Fri, 10 Sep 1993 04:47:05 +0000
parents efead3ca0cd4
children 3b32fb537ba5
comparison
equal deleted inserted replaced
4687:f0abfb1b59fd 4688:7df128f592e3
103 ### We need to #define emacs to get the right versions of some files. 103 ### We need to #define emacs to get the right versions of some files.
104 ### Some other files - those shared with other GNU utilities - need 104 ### Some other files - those shared with other GNU utilities - need
105 ### HAVE_CONFIG_H #defined before they know they can take advantage of 105 ### HAVE_CONFIG_H #defined before they know they can take advantage of
106 ### the information in ../src/config.h. 106 ### the information in ../src/config.h.
107 ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ 107 ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \
108 -I${srcdir} -I${srcdir}/../src -I. -I../src ${CFLAGS} 108 -I. -I../src -I${srcdir} -I${srcdir}/../src ${CFLAGS}
109 CPP_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ 109 CPP_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \
110 -I${srcdir} -I${srcdir}/../src -I. -I../src ${CPPFLAGS} ${CFLAGS} 110 -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS}
111 # This is the default compilation command. 111 # This is the default compilation command.
112 # But we should never rely on it, because some make version 112 # But we should never rely on it, because some make version
113 # failed to find it for getopt.o. Using an explicit command made it work. 113 # failed to find it for getopt.o. Using an explicit command made it work.
114 .c.o: 114 .c.o:
115 ${CC} -c ${CPP_CFLAGS} $< 115 ${CC} -c ${CPP_CFLAGS} $<