use LANGUAGE CPP pragma, avoids running cpp on all the other sources

This commit is contained in:
Joey Hess 2012-04-17 18:37:40 -04:00
parent 4d221a7a80
commit aa353d1400
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -1,3 +1,5 @@
{-# LANGUAGE CPP #-}
{- git-annex remote list
-
- Copyright 2011 Joey Hess <joey@kitenet.net>