Use compiler flags for header dependency file generation when possible.

This commit is contained in:
Janet B. Anderson
2009-11-25 17:15:47 +00:00
parent 99bd16d7e6
commit d4afa2528d
3 changed files with 15 additions and 0 deletions

View File

@ -53,3 +53,5 @@ LOADABLE_SHRLIB_LDFLAGS = -shared -fPIC
GNU_LDLIBS_YES = -lgcc
# Use GNU compiler flags to generate header dependancies files
HDEPENDS_METHOD = CFLAGS