.
[gnulib.git] / modules / stdbool
index bad1377..946905f 100644 (file)
@@ -1,6 +1,9 @@
 Description:
+An <stdbool.h> that nearly conforms to C99.
+(Nearly: casts to bool may not work.)
 
 Files:
+lib/stdbool.h.in
 m4/stdbool.m4
 
 Depends-on:
@@ -13,7 +16,7 @@ EXTRA_DIST += stdbool.h.in
 
 # The following is needed in order to create an <stdbool.h> when the system
 # doesn't have one that works.
-all-local: @STDBOOL_H@
+all-local $(lib_OBJECTS): @STDBOOL_H@
 stdbool.h: stdbool.h.in
        sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool.h.in > stdbool.h
 MOSTLYCLEANFILES += stdbool.h
@@ -21,3 +24,6 @@ MOSTLYCLEANFILES += stdbool.h
 Include:
 #include <stdbool.h>
 
+Maintainer:
+Bruno Haible
+