diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index f130d386549..40afa89b54c 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -177,6 +177,9 @@ getdate.o: getdate.y ../src/config.h | |||
| 177 | timer: getdate.o timer.o | 177 | timer: getdate.o timer.o |
| 178 | $(CC) $(CFLAGS) getdate.o timer.o -o timer | 178 | $(CC) $(CFLAGS) getdate.o timer.o -o timer |
| 179 | 179 | ||
| 180 | make-path: make-path.c | ||
| 181 | $(CC) $(CFLAGS) make-path.c -o make-path | ||
| 182 | |||
| 180 | # These are NOT included in INSTALLABLES or UTILITIES. | 183 | # These are NOT included in INSTALLABLES or UTILITIES. |
| 181 | # See ../src/ymakefile. | 184 | # See ../src/ymakefile. |
| 182 | emacstool: emacstool.c | 185 | emacstool: emacstool.c |