]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Ignore CPPFLAGS for Ada files.
authorNicolas Boulenguez <nicolas.boulenguez@free.fr>
Sat, 7 Jul 2012 16:23:23 +0000 (18:23 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 7 Jul 2012 17:29:53 +0000 (19:29 +0200)
See http://bugs.debian.org/680117.

bin/blhc

index 2f253bb064919f2d4cab356ebd3fea83e3bb241c..d276bc001b37b302672e35c6bff4abc1c7ba56ac 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -90,10 +90,14 @@ my @source_no_preprocess_compile = (
     qw( mi ),
     # Fortran
     qw( f for ftn f90 f95 f03 f08 ),
+    # Ada body
+    qw( adb ),
 );
 my @source_no_preprocess_no_compile = (
     # Assembly
     qw( s ),
+    # Ada specification
+    qw( ads ),
 );
 my @source_no_preprocess = (
     @source_no_preprocess_compile,