Mercurial > mm7
annotate lib/swig/swigwin-2.0.11/CCache/debian/patches/09_respect_ldflags.diff @ 2082:c15871e2d743
wakingsound and runingsound
author | Ritor1 |
---|---|
date | Fri, 06 Dec 2013 23:35:34 +0600 |
parents | b3009adc0e2f |
children |
rev | line source |
---|---|
1899 | 1 --- Makefile.in.orig 2008-03-23 17:01:19.000000000 +1300 |
2 +++ Makefile.in 2008-03-23 17:03:03.000000000 +1300 | |
3 @@ -21,7 +21,7 @@ | |
4 docs: ccache.1 web/ccache-man.html | |
5 | |
6 ccache$(EXEEXT): $(OBJS) $(HEADERS) | |
7 - $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) | |
8 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) | |
9 | |
10 ccache.1: ccache.yo | |
11 -yodl2man -o ccache.1 ccache.yo |