X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=40fbcaee9378db51ed22d0511b52a62b774cac45;hb=cd1547d2049f32a5c13ba1828fcd1a553b844e97;hp=32e3eb385d82126396c452f43b1fa70d5a7b4321;hpb=c6babe5762f2f4e0d57e08c1362e05053348919a;p=git.git diff --git a/Makefile b/Makefile index 32e3eb385..40fbcaee9 100644 --- a/Makefile +++ b/Makefile @@ -1900,6 +1900,10 @@ ifdef NO_EXPAT http-walker.s http-walker.o: EXTRA_CPPFLAGS = -DNO_EXPAT endif +ifdef NO_REGEX +compat/regex/regex.o: EXTRA_CPPFLAGS = -DGAWK -DNO_MBSUPPORT +endif + git-%$X: %.o $(GITLIBS) $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) $(LIBS)