Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > fa8c25e5750995e29107420bbaf467d0 > files > 6

librx-1.5-11.mga7.src.rpm

Index: rx-1.5/rx/Makefile.in
===================================================================
--- rx-1.5.orig/rx/Makefile.in
+++ rx-1.5/rx/Makefile.in
@@ -67,13 +67,13 @@ gen_c_files=rgx.x
 	$(CC) -c $(ALL_CFLAGS) $(DEFS) -I$(srcdir) $<
 
 .c.lo:
-	$(LIBTOOL) $(CC) -c $(ALL_CFLAGS) $(DEFS) -I$(srcdir) $< -o $@
+	$(LIBTOOL) --mode=compile $(CC) -c $(ALL_CFLAGS) $(DEFS) -I$(srcdir) $< -o $@
 
 all: librx.la
 
 install: all
 	$(INSTALL) $(srcdir)/inst-rxposix.h $(DESTDIR)$(includedir)/rxposix.h
-	$(LIBTOOL) $(INSTALL) -c librx.la $(DESTDIR)$(libdir)
+	$(LIBTOOL) --mode=install $(INSTALL) -c librx.la $(DESTDIR)$(libdir)
 
 
 uninstall:
@@ -127,7 +127,7 @@ librx.a: $(libobjs) $(opt_objs)
 	$(RANLIB) librx.a
 
 librx.la: $(liblobjs) $(opt_objs)
-	$(LIBTOOL) $(CC) $(ALL_CFLAGS) $(DEFS) -I$(srcdir) -o $@ $(liblobjs) -rpath $(libdir)
+	$(LIBTOOL) --mode=link $(CC) $(ALL_CFLAGS) $(DEFS) -I$(srcdir) -o $@ $(liblobjs) -rpath $(libdir)
 
 
 depends: