diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-08-08 18:49:59 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-08-08 18:49:59 -0400 |
commit | 5e418071c9b9a3b5adef53261acdf37b6e05b9a7 (patch) | |
tree | 8d3ac648ac5d744b997898048acc04fef7fc455d | |
parent | ca2637e4ddd64a85d7e0300b27b3765906265d7f (diff) | |
download | random-seed-5e418071c9b9a3b5adef53261acdf37b6e05b9a7.tar.xz random-seed-5e418071c9b9a3b5adef53261acdf37b6e05b9a7.zip |
Add CC to Makefile.in
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ae356c6..cbd4cdf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,8 +12,9 @@ localstatedir = @localstatedir@ mandir = @mandir@ systemdsystemunitdir = @systemdsystemunitdir@ -CPPFLAGS = @CPPFLAGS@ +CC = @CC@ CFLAGS = -Wall -Wextra -pedantic @CFLAGS@ -MD -MP -UNDEBUG -include @abs_top_builddir@/config.h +CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ SRC := random-seed.c sha2.c util.c |