From: Amos Jeffries Date: Tue, 23 Aug 2011 13:27:51 +0000 (+1200) Subject: Portability: work through top_builddir. builddir can be undefined X-Git-Tag: take08~43^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da787128e780af3a49c4aa1d785fe96f8a62bd9;p=thirdparty%2Fsquid.git Portability: work through top_builddir. builddir can be undefined --- diff --git a/src/Makefile.am b/src/Makefile.am index 72cfa8012d..b370cbcb21 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -874,7 +874,7 @@ cache_cf.o: cf_parser.cci # cf_gen builds the configuration files. cf_gen$(EXEEXT): $(cf_gen_SOURCES) $(cf_gen_DEPENDENCIES) - $(HOSTCXX) -o $@ $(srcdir)/cf_gen.cc -I$(top_builddir)/include/ -I$(srcdir) -I$(builddir) + $(HOSTCXX) -o $@ $(srcdir)/cf_gen.cc -I$(srcdir) -I$(top_builddir)/include/ -I$(top_builddir)/src # squid.conf.default is built by cf_gen when making cf_parser.cci squid.conf.default squid.conf.documented: cf_parser.cci