diff options
author | Theodore Ts'o <tytso@mit.edu> | 2000-05-27 15:18:02 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2000-05-27 15:18:02 +0000 |
commit | 275ec02c28295a549dc26717919b0d04ac40ee27 (patch) | |
tree | c5a92f4039197354f9e3a3396cc8bb6ff94a9971 /lib/uuid/Makefile.in | |
parent | 2e8d40d562ec93d68505800a46c5b9dcc229264e (diff) | |
download | e2fsprogs-275ec02c28295a549dc26717919b0d04ac40ee27.tar.gz |
Makefile.in:
Add another dependency hack to allow parallel makes to work correctly.
Diffstat (limited to 'lib/uuid/Makefile.in')
-rw-r--r-- | lib/uuid/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/uuid/Makefile.in b/lib/uuid/Makefile.in index 5fab4324..990df138 100644 --- a/lib/uuid/Makefile.in +++ b/lib/uuid/Makefile.in @@ -157,6 +157,7 @@ distclean:: clean # Hack to parallel makes recognize dependencies correctly. # ../../lib/libuuid.a: libuuid.a +../../lib/libuuid.so: libuuid.so # +++ Dependency line eater +++ # |