mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Removed HAVE_STRLCPY
SVN revision: 1355
This commit is contained in:
parent
dcf9caa36e
commit
8fdb5f1ed8
2
Makefile
2
Makefile
@ -43,7 +43,7 @@ regex.o: src/regex.c src/regex.h
|
|||||||
$(CC) $(CFLAGS) -c -o regex.o src/regex.c
|
$(CC) $(CFLAGS) -c -o regex.o src/regex.c
|
||||||
|
|
||||||
mxml.o: $(MXMLDIR)/mxml.c $(MXMLDIR)/mxml.h
|
mxml.o: $(MXMLDIR)/mxml.c $(MXMLDIR)/mxml.h
|
||||||
$(CC) $(CFLAGS) -DHAVE_STRLCPY -c -o mxml.o $(MXMLDIR)/mxml.c
|
$(CC) $(CFLAGS) -c -o mxml.o $(MXMLDIR)/mxml.c
|
||||||
|
|
||||||
strlcpy.o: $(MXMLDIR)/strlcpy.c $(MXMLDIR)/strlcpy.h
|
strlcpy.o: $(MXMLDIR)/strlcpy.c $(MXMLDIR)/strlcpy.h
|
||||||
$(CC) $(CFLAGS) -c -o strlcpy.o $(MXMLDIR)/strlcpy.c
|
$(CC) $(CFLAGS) -c -o strlcpy.o $(MXMLDIR)/strlcpy.c
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user