blob: 0c4bf4648ddada1fcd04d8b7298aa8749a538f63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/Motif/Makefile.orig 2015-10-26 10:22:55 UTC
+++ lib/Motif/Makefile
@@ -50,7 +50,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)
|