From aa353d1400512174ff3c5ccce89d1ebdd1a5be12 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 17 Apr 2012 18:37:40 -0400 Subject: use LANGUAGE CPP pragma, avoids running cpp on all the other sources --- Makefile | 2 +- Remote/List.hs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87aa8c076..94dc05a81 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX=/usr IGNORE=-ignore-package monads-fd -BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -cpp -DWITH_S3 +BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_S3 GHCFLAGS=-O2 $(BASEFLAGS) ifdef PROFILE diff --git a/Remote/List.hs b/Remote/List.hs index c09341fb5..14a1771b4 100644 --- a/Remote/List.hs +++ b/Remote/List.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE CPP #-} + {- git-annex remote list - - Copyright 2011 Joey Hess -- cgit v1.2.3