comparison lib-src/Makefile.in @ 2861:6ecacffe7f92

* Makefile.in (.c.o): Make the rule start with a tab, not spaces.
author Jim Blandy <jimb@redhat.com>
date Tue, 18 May 1993 20:35:35 +0000
parents 6cc1bf599a56
children 1b3cab5f40e4
comparison
equal deleted inserted replaced
2860:c93004d53e7a 2861:6ecacffe7f92
102 ### Some other files - those shared with other GNU utilities - need 102 ### Some other files - those shared with other GNU utilities - need
103 ### HAVE_CONFIG_H #defined before they know they can take advantage of 103 ### HAVE_CONFIG_H #defined before they know they can take advantage of
104 ### the information in ../src/config.h. 104 ### the information in ../src/config.h.
105 ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src ${CFLAGS} 105 ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src ${CFLAGS}
106 .c.o: 106 .c.o:
107 ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< 107 ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
108 108
109 all: ${EXECUTABLES} 109 all: ${EXECUTABLES}
110 110
111 ### Install the internal utilities. Until they are installed, we can 111 ### Install the internal utilities. Until they are installed, we can
112 ### just run them directly from lib-src. 112 ### just run them directly from lib-src.