aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.elf-lib
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2006-03-10 21:39:40 -0500
committerTheodore Ts'o <tytso@mit.edu>2006-03-10 21:39:40 -0500
commit3f546fcc27e9bfca8d365c4d78c6e6c99ca32512 (patch)
tree49f0789c3396de4615a1e7894b5f285fb4cb86b7 /lib/Makefile.elf-lib
parentba5e38494e6b42d77f76d9ad18744388958eca7c (diff)
downloade2fsprogs-3f546fcc27e9bfca8d365c4d78c6e6c99ca32512.tar.gz
Fix the subdirs logic so it works with GNU make 3.80
The previous fix which fixed the problem with GNU make 3.81 building all of the library object files caused GNU make 3.80 fail because the subdirectories (such as elfshared) were not getting created. This fix should allow the Makefiles to work with both GNU make 3.80 and GNU make 3.81.
Diffstat (limited to 'lib/Makefile.elf-lib')
-rw-r--r--lib/Makefile.elf-lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.elf-lib b/lib/Makefile.elf-lib
index 8819ceda..c360adca 100644
--- a/lib/Makefile.elf-lib
+++ b/lib/Makefile.elf-lib
@@ -13,7 +13,7 @@
all:: image
-subdirs:: Makefile
+real-subdirs:: Makefile
@echo " MKDIR elfshared"
@mkdir -p elfshared