You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
557 B

  1. --- a/src/Makefile.am
  2. +++ b/src/Makefile.am
  3. @@ -765,7 +765,7 @@ cache_cf.o: cf_parser.cci
  4. # cf_gen builds the configuration files.
  5. cf_gen$(EXEEXT): $(cf_gen_SOURCES) $(cf_gen_DEPENDENCIES) cf_gen_defines.cci
  6. - $(BUILDCXX) $(BUILDCXXFLAGS) -o $@ $(srcdir)/cf_gen.cc -I$(srcdir) -I$(top_builddir)/include/ -I$(top_builddir)/src
  7. + $(BUILDCXX) -o $@ $(srcdir)/cf_gen.cc -I$(srcdir) -I$(top_builddir)/include/ -I$(top_builddir)/src
  8. # squid.conf.default is built by cf_gen when making cf_parser.cci
  9. squid.conf.default squid.conf.documented: cf_parser.cci