]> git.pld-linux.org Git - packages/dahdi-tools.git/blame - dahdi-tools-as-needed.patch
- added
[packages/dahdi-tools.git] / dahdi-tools-as-needed.patch
CommitLineData
6139b86a 1diff -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.388428 seconds and 4 git commands to generate.