Work around dpkg bug #476138. Closes: #475979
[filters.git] / Makefile
index 183d7c737730d81b5e428ce355a77f304b176371..a7d15ff975464d6dcc58a05cd6bccf460bb634e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ BUILD   = jethro kraut cockney jive nyc ken ky00te newspeak nethackify
 OTHER  = eleet b1ff chef jibberish upside-down rasterman studly fudd \
          censor spammer uniencode pirate kenny scottish fanboy
 CFLAGS = -O2 -lfl
+export CFLAGS
 INSTALL_PROGRAM = install
 
 # DEB_BUILD_OPTIONS suport, to control binary stripping.
@@ -54,7 +55,7 @@ ky00te:
 
 kraut:
        cd kraut.dir && lex kraut.l
-       cd kraut.dir && cc kraut.c lex.yy.c -o ../kraut
+       cd kraut.dir && $(CC) kraut.c lex.yy.c -o ../kraut
 
 nethackify:
        cd nethackify.dir && make
This page took 0.009985 seconds and 4 git commands to generate.