]> www.infradead.org Git - mtd-utils.git/commit
mtd-utils: Use $(CURDIR) in place of $(PWD)
authorKevin Cernekee <cernekee@gmail.com>
Tue, 28 Sep 2010 00:22:04 +0000 (17:22 -0700)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 28 Sep 2010 06:47:14 +0000 (09:47 +0300)
commit351ac23f8d468b2b9bc60dfcbaacbe3d55ec11f9
tree09a0ecf04b8f2d7c7366ca451454a5d50dcf24bf
parenta8801d8665bcc94c63a798e291a03c88f2af0215
mtd-utils: Use $(CURDIR) in place of $(PWD)

$(PWD) comes from the shell and may cause unexpected side effects when
using "make -C".

$(CURDIR) is defined internally by GNU make.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Makefile
common.mk