]> git.pld-linux.org Git - packages/dahdi-tools.git/blame - dahdi-tools-as-needed.patch
- x32 rebuild
[packages/dahdi-tools.git] / dahdi-tools-as-needed.patch
CommitLineData
3d11690f 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 @@
6139b86a 4 $(CC) $(CFLAGS) $(MAKE_DEPS) -c -o $@ $<
5
6 %: %.o
3d11690f 7- $(CC) $(LDFLAGS) $^ $(LIBS) -o $@
8+ $(CC) -o $@ $^ $(LDFLAGS) $(LIBS)
6139b86a 9
10 prereq: config.status
11
This page took 0.068039 seconds and 4 git commands to generate.