]> iEval git - filters.git/blobdiff - Makefile
Work around dpkg bug #476138. Closes: #475979
[filters.git] / Makefile
index 9fb3326b31a7fb37ba5175b7f946d40701c81e69..a7d15ff975464d6dcc58a05cd6bccf460bb634e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
 LEX    = flex
 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
+         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.023092 seconds and 4 git commands to generate.