diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-16 12:02:55 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-16 12:02:55 +0000 |
commit | 89296ce322b0e67c511841d50eab7977d80376cb (patch) | |
tree | e0d6df669f5258460d7e3d966af4f31882311bb5 /mk | |
parent | bf040a9fd94b84518931b2d9fca362ac1741631b (diff) | |
download | haskell-89296ce322b0e67c511841d50eab7977d80376cb.tar.gz |
Remove an incorrect comment
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index c5d6adee2b..0adad7309d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -22,9 +22,6 @@ # # If you don't have a build.mk file then you get defaults for everything. # The defaults should provide a reasonable vanilla build. -# -# This is one of only two files that configure generates (the other is config.h) -# ifneq "$(findstring 3.7, $(MAKE_VERSION))" "" ifeq "$(findstring 3.79.1, $(MAKE_VERSION))" "" |