Skip to content

Commit

Permalink
(src): Fix last change so the first `cd' doesn't affect the second.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Monnier committed Feb 28, 2009
1 parent 7388e1d commit 6992505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>

* Makefile.in (src): Fix last change so the first `cd' doesn't affect
the second.

2009-02-28 Eli Zaretskii <eliz@gnu.org>

* config.bat: Copy .dbxinit to _dbxinit.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -341,7 +341,7 @@ src: Makefile FRC
cd $@; $(MAKE) all $(MFLAGS) \
CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' BOOTSTRAPEMACS="$$boot"; \
fi; \
fi;
cd $@; $(MAKE) all $(MFLAGS) \
CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' BOOTSTRAPEMACS=""
Expand Down

0 comments on commit 6992505

Please sign in to comment.