[1331] in BarnOwl Developers
[nelhage/barnowl] 975f2d: Makefile.in: Fix cleaning modules.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:15:28 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sun, 8 Mar 2009 21:20:07 -0700
To: dirty-owl-hackers@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 975f2d0a0b77cf9fa1399d964a6e54d968155f4f
http://github.com/nelhage/barnowl/commit/975f2d0a0b77cf9fa1399d964a6e54d968155f4f
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-03-08 (Sun, 08 Mar 2009)
Changed paths:
M Makefile.in
Log Message:
-----------
Makefile.in: Fix cleaning modules.
We need to do the 'cd' in a sub-shell so that we don't change the
working directory for the later iterations.
closes #64
Reported-By: Jeremy Daniel <jdaniel@mit.edu>