diff options
| author | Amit Shah <amit.shah@redhat.com> | 2009-03-19 18:19:42 +0530 |
|---|---|---|
| committer | Amit Shah <amit.shah@redhat.com> | 2009-03-19 18:19:42 +0530 |
| commit | 7de1f286de85fd1e8359eee716536666a76fbb88 (patch) | |
| tree | 821ccb5e0c8976efdb6ab4c87800a0c2fac3aa2c /Makefile | |
| parent | 3948b37e6d780460f9ef9c8ade2571f39a340df0 (diff) | |
Fix segfault: filename has to be an array
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Author: Amit Shah <amit.shah@redhat.com> CC = gcc -CFLAGS = -Werror -Os +CFLAGS = -Werror -g .PHONY: all |
