mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
volume_id: fix Makefile for parallel make
This commit is contained in:
parent
9f1f67b168
commit
ee466b321e
@ -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 $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user