2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>
* Makefile.in (sigfe.o): Use CFLAGS.
This commit is contained in:
parent
09766bc8a0
commit
89a3749928
@ -1,3 +1,7 @@
|
|||||||
|
2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>
|
||||||
|
|
||||||
|
* Makefile.in (sigfe.o): Use CFLAGS.
|
||||||
|
|
||||||
2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>
|
2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>
|
||||||
|
|
||||||
* include/cygwin/stdlib.h (initstate, random, setstate, srandom):
|
* include/cygwin/stdlib.h (initstate, random, setstate, srandom):
|
||||||
|
@ -710,7 +710,7 @@ sigfe.s: $(DEF_FILE)
|
|||||||
[ -s $@ ] && touch $@
|
[ -s $@ ] && touch $@
|
||||||
|
|
||||||
sigfe.o: sigfe.s
|
sigfe.o: sigfe.s
|
||||||
$(CC) -c -o $@ $<
|
$(CC) ${CFLAGS} -c -o $@ $<
|
||||||
|
|
||||||
ctags: CTAGS
|
ctags: CTAGS
|
||||||
tags: CTAGS
|
tags: CTAGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user