diff options
| author | Glenn Morris | 2010-05-21 09:31:45 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-21 09:31:45 -0700 |
| commit | 6a6dbaceca1daa7f5e86c05eb3e7d4d71dbf40fc (patch) | |
| tree | d502612e1058bf03e21cd67c91be2f054155ea6c /src/Makefile.in | |
| parent | 655bded0bf82afaf61f03d9437ebe48bf25f9bc5 (diff) | |
| download | emacs-6a6dbaceca1daa7f5e86c05eb3e7d4d71dbf40fc.tar.gz emacs-6a6dbaceca1daa7f5e86c05eb3e7d4d71dbf40fc.zip | |
* configure.in (MKDEPDIR): Parallel build tweak.
* src/Makefile.in: Comment.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 625eebfad0b..554caa44a97 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -297,7 +297,6 @@ DEPDIR=deps | |||
| 297 | ## -MMD -MF ${DEPDIR}/$*.d if AUTO_DEPEND; else empty. | 297 | ## -MMD -MF ${DEPDIR}/$*.d if AUTO_DEPEND; else empty. |
| 298 | DEPFLAGS=@DEPFLAGS@ | 298 | DEPFLAGS=@DEPFLAGS@ |
| 299 | ## test -d ${DEPDIR} || mkdir ${DEPDIR} (if AUTO_DEPEND); else ':'. | 299 | ## test -d ${DEPDIR} || mkdir ${DEPDIR} (if AUTO_DEPEND); else ':'. |
| 300 | ## FIXME This can fail in parallel builds. Use mkinstalldirs instead? | ||
| 301 | MKDEPDIR=@MKDEPDIR@ | 300 | MKDEPDIR=@MKDEPDIR@ |
| 302 | 301 | ||
| 303 | # ========================== start of cpp stuff ======================= | 302 | # ========================== start of cpp stuff ======================= |