Browse Source

Update

tags/v0.0.64
Peter Vivell 6 years ago
parent
commit
d2ac294597
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/inotail/Makefile

+ 2
- 2
src/inotail/Makefile View File

11
 BINDIR	= $(prefix)/bin
11
 BINDIR	= $(prefix)/bin
12
 MANDIR	= $(prefix)/share/man/man1
12
 MANDIR	= $(prefix)/share/man/man1
13
 
13
 
14
-CC	:= gcc
15
-CFLAGS	:= $(CFLAGS) -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" -W -Wall \
14
+CC	   ?= gcc
15
+CFLAGS := $(CFLAGS) -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" -W -Wall \
16
 	   -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \
16
 	   -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \
17
 	   -Wmissing-declarations -Wpointer-arith -Wcast-align -Wmissing-prototypes
17
 	   -Wmissing-declarations -Wpointer-arith -Wcast-align -Wmissing-prototypes
18
 
18
 

Loading…
Cancel
Save