12 lines
451 B
Plaintext
12 lines
451 B
Plaintext
--- Makefile
|
|
+++ Makefile 2008/09/15 11:42:03
|
|
@@ -39,7 +39,7 @@
|
|
|
|
|
|
libdmraid-events:
|
|
- $(CC) $@.c -ldmraid -lm -g -fPIC -Wall -shared -Wl,-soname,@.$(LIB_SUFFIX).$(LIB_VERSION) -o $@.$(LIB_SUFFIX).$(LIB_VERSION)
|
|
+ $(CC) $@.c -ldmraid -lm -g -fPIC -Wall -shared -Wl,-soname,$@.$(LIB_SUFFIX).$(LIB_VERSION) -o $@.$(LIB_SUFFIX).$(LIB_VERSION)
|
|
|
|
install:
|
|
$(INSTALL) -D $(OWNER) $(GROUP) -m 755 libdmraid-events.$(LIB_SUFFIX).$(LIB_VERSION) \
|