another attempt to fix the ci build

This commit is contained in:
Michael Steed 2015-08-19 18:29:02 -06:00
parent 896a2c2b27
commit baf4e096b2

View File

@ -798,7 +798,7 @@ fish: $(FISH_OBJS) obj/fish.o $(PCRE2_LIB)
$(CXX) $(CXXFLAGS) $(LDFLAGS_FISH) $(FISH_OBJS) obj/fish.o $(LIBS) -o $@
$(PCRE2_H):
(cd $(PCRE2_DIR) && autoconf && ./configure $(PCRE2_CONFIG) && make)
(cd $(PCRE2_DIR) && autoreconf -i && ./configure $(PCRE2_CONFIG) && make)
$(PCRE2_LIB): $(PCRE2_H)