blob: dd4a297be2b76cdc70928ed314958b6b7a6c03bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/common/Makefile.orig 2009-07-12 11:21:10.000000000 -0500
+++ lib/common/Makefile 2009-07-12 11:22:01.000000000 -0500
@@ -56,7 +56,7 @@
# 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)
|