blob: 91f5f099da7aabd1619ce071d65276ea2fe1406c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/common/Makefile.orig 2015-10-26 10:22:55 UTC
+++ lib/common/Makefile
@@ -56,7 +56,7 @@ SUBDIRS=
# rule to create .o files from .c files
.c.o:
$(RM) $@
- $(CC) $(CFLAGS) -DVERSION=$(VERSION) $(CPPFLAGS) $(INCLUDES) -c $<
+ $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -DVERSION=$(VERSION) $(CPPFLAGS) $(INCLUDES) -c $<
# targets to build
all: $(TARGET)
|