diff options
author | Rob Austein <sra@hactrn.net> | 2008-07-03 22:07:47 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-07-03 22:07:47 +0000 |
commit | 13fae38820206b9333f2b437af9c9dbcdbea9139 (patch) | |
tree | db58bc4b939f41f97c6b4b7738d77f293132b59a /utils/print_manifest | |
parent | 91e7699c9e68dfc6d980a2c599159755a20f3f76 (diff) |
Cleanup
svn path=/utils/print_manifest/Makefile; revision=1969
Diffstat (limited to 'utils/print_manifest')
-rw-r--r-- | utils/print_manifest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/print_manifest/Makefile b/utils/print_manifest/Makefile index 17b0667a..feb9301d 100644 --- a/utils/print_manifest/Makefile +++ b/utils/print_manifest/Makefile @@ -2,7 +2,7 @@ OPENSSL_DIR = ../../openssl/openssl -CFLAGS = -g -I${OPENSSL_DIR}/include +CFLAGS = -g -I${OPENSSL_DIR}/include -Wall # -H -Wl,-t |