diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-05-03 23:24:17 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-03 23:24:17 +0200 |
commit | ee466b321e5f4bb9f587f65ed05c87a51bc6fef2 (patch) | |
tree | e5f80cac5892400284918c42f4ad87b7c9181d86 /extras | |
parent | 9f1f67b168b78c24e3ecfc4c50e00bf142f6746f (diff) |
volume_id: fix Makefile for parallel make
Diffstat (limited to 'extras')
-rw-r--r-- | extras/volume_id/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile index fafcc52794..5618b96a51 100644 --- a/extras/volume_id/lib/Makefile +++ b/extras/volume_id/lib/Makefile @@ -69,7 +69,7 @@ all: libvolume_id.a $(SHLIB) libvolume_id.pc .shlib: $(Q) mkdir .shlib -.shlib/%.o: %.c +.shlib/%.o: %.c .shlib $(E) " CC " $@ $(Q) $(CC) -c $(CFLAGS) -fPIC $< -o $@ |