1
1
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:
Matthias Schwarzott 2007-05-03 23:24:17 +02:00 committed by Kay Sievers
parent 9f1f67b168
commit ee466b321e

View File

@ -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 $@