diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 15:19:37 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 15:19:37 -0500 |
commit | 62eb92d94fa902b4a34dafce45547680a2655b40 (patch) | |
tree | 02e59a9ee479286942783f4dfa45dc935f274081 /Makefile.in | |
parent | d734615014277b715d6c5c525a8d42acd8158d9a (diff) |
Reverse changes so that the new upstream tar can be imported.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2c69fe94..03a9df8b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ CCFLAGS = -fPIC -pipe -Wall -g -CFLAGS = $(GTK_CFLAGS) $(SOUP_CFLAGS) -I. -std=gnu89 +CFLAGS = $(GTK_CFLAGS) $(SOUP_CFLAGS) -I. CC = gcc $(ARCHOPTS) -g CCSLOW = gcc -O0 -g |