Magellan Linux

Contents of /trunk/pth/patches/pth-2.0.7-parallel.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 415 byte(s)
-import

1 --- Makefile.in.orig 2005-11-08 05:58:55.000000000 +1100
2 +++ Makefile.in 2005-11-08 06:29:02.000000000 +1100
3 @@ -148,10 +148,9 @@
4
5 # be aware of libtool when building the objects
6 .SUFFIXES:
7 -.SUFFIXES: .c .o .lo
8 -.c.o:
9 +%.o: %.c $(TARGET_PREQ)
10 $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
11 -.c.lo:
12 +%.lo: %.c $(TARGET_PREQ)
13 $(LIBTOOL) --mode=compile --quiet $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
14
15 # the default target