diff options
| author | Jim Blandy | 1992-12-06 22:25:31 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-12-06 22:25:31 +0000 |
| commit | ecc798b0dcca3117e483510f982379f0cf79b456 (patch) | |
| tree | 7fc33f7676f3de24f96619760253a47c66cbcec4 /lib-src | |
| parent | 3a88c23802812028a78bf83a7dd0616092394400 (diff) | |
| download | emacs-ecc798b0dcca3117e483510f982379f0cf79b456.tar.gz emacs-ecc798b0dcca3117e483510f982379f0cf79b456.zip | |
* Makefile.in (make-path): New target.
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 |