summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsqlite
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2016-01-22 21:33:49 -0500
committerRichard Lowe <richlowe@richlowe.net>2016-02-14 16:10:58 -0500
commit7f11fd00fc23e2af7ae21cc8837a2b86380dcfa7 (patch)
tree83384b7f044313da245f28f302ce70d7db5e2ab1 /usr/src/lib/libsqlite
parenteae164eb03cbb004dcf9154f36352e62f693eb6c (diff)
downloadillumos-joyent-7f11fd00fc23e2af7ae21cc8837a2b86380dcfa7.tar.gz
6648 illumos build should be explicit about C standards
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/lib/libsqlite')
-rw-r--r--usr/src/lib/libsqlite/Makefile.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libsqlite/Makefile.com b/usr/src/lib/libsqlite/Makefile.com
index b2712a24d6..5b6dcc424e 100644
--- a/usr/src/lib/libsqlite/Makefile.com
+++ b/usr/src/lib/libsqlite/Makefile.com
@@ -245,7 +245,7 @@ parse.h parse.c : $(SRCDIR)/parse.y $(TOOLDIR)/lemon.c $(TOOLDIR)/lempar.c
-$(RM) parse_tmp.y lempar.c
$(CP) $(SRCDIR)/parse.y parse_tmp.y
$(CP) $(TOOLDIR)/lempar.c lempar.c
- $(NATIVECC) -o lemon $(TOOLDIR)/lemon.c
+ $(NATIVECC) $(NATIVE_CFLAGS) -o lemon $(TOOLDIR)/lemon.c
./lemon parse_tmp.y
-$(RM) parse.c parse.h
$(CP) parse_tmp.h parse.h