Skip to content

Commit 4f14a8c

Browse files
avargitster
authored andcommitted
Makefile: remove an out-of-date comment
Remove a comment referring to a caveat that hasn't been applicable since 18b0fc1 ("Git.pm: Kill Git.xs for now", 2006-09-23). At the time of 8d7f586 ("Git.pm: Support for perl/ being built by a different compiler", 2006-06-25) some of the code in perl would be built by a C compiler, but support for that went away a few months later in 18b0fc1 discussed above. Since my 20d2a30 ("Makefile: replace perl/Makefile.PL with simple make rules", 2017-12-10) the perl/ directory doesn't even have its own build process. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 572e460 commit 4f14a8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,6 @@ SPATCH_FLAGS = --all-includes --patch .
591591

592592
### --- END CONFIGURATION SECTION ---
593593

594-
# Those must not be GNU-specific; they are shared with perl/ which may
595-
# be built by a different compiler. (Note that this is an artifact now
596-
# but it still might be nice to keep that distinction.)
597594
BASIC_CFLAGS = -I.
598595
BASIC_LDFLAGS =
599596

0 commit comments

Comments
 (0)