[project @ 1998-04-14 10:43:10 by simonm]
authorsimonm <unknown>
Tue, 14 Apr 1998 10:43:10 +0000 (10:43 +0000)
committersimonm <unknown>
Tue, 14 Apr 1998 10:43:10 +0000 (10:43 +0000)
don't include PRIVATE in NoFibSubDirs by default.

mk/config.mk.in

index 50906bd..7bd9106 100644 (file)
@@ -346,7 +346,7 @@ HappyBinDistShScripts = happy
 #      PRIVATE
 #      PENDING
 #      UNUSED
-NoFibSubDirs = imaginary spectral real PRIVATE
+NoFibSubDirs = imaginary spectral real
 
 # The different ways to build nofib. Default is just to mirror
 # what is done for the ghc prelude libraries.