]> git.pld-linux.org Git - packages/dahdi-tools.git/blob - dahdi-tools-as-needed.patch
- updated to 2.9.0.1
[packages/dahdi-tools.git] / dahdi-tools-as-needed.patch
1 --- dahdi-tools-2.2.0/Makefile.orig     2009-06-08 19:02:48.000000000 +0200
2 +++ dahdi-tools-2.2.0/Makefile  2009-07-14 23:37:59.701926099 +0200
3 @@ -158,7 +158,7 @@
4         $(CC) $(CFLAGS) $(MAKE_DEPS) -c -o $@ $<
5  
6  %: %.o
7 -       $(CC) $(LDFLAGS) $^ $(LIBS) -o $@
8 +       $(CC) -o $@ $^ $(LDFLAGS) $(LIBS)
9  
10  prereq: config.status
11  
This page took 0.198751 seconds and 3 git commands to generate.