]> git.pld-linux.org Git - packages/dahdi-tools.git/blob - dahdi-tools-as-needed.patch
73211cfae253d5daac7f7b9950e39712d758758d
[packages/dahdi-tools.git] / dahdi-tools-as-needed.patch
1 diff -Nur dahdi-tools-2.1.0.2.orig/Makefile dahdi-tools-2.1.0.2.as-needed/Makefile
2 --- dahdi-tools-2.1.0.2.orig/Makefile   2008-12-15 13:19:07.000000000 -0700
3 +++ dahdi-tools-2.1.0.2.as-needed/Makefile      2008-12-25 23:22:02.000000000 -0700
4 @@ -156,7 +156,7 @@
5         $(CC) $(CFLAGS) $(MAKE_DEPS) -c -o $@ $<
6  
7  %: %.o
8 -       $(CC) $(LDFLAGS) -o $@ $^
9 +       $(CC) -o $@ $^ $(LDFLAGS) 
10  
11  prereq: config.status
12  
This page took 0.077319 seconds and 2 git commands to generate.