mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed strlcpy in Makefile
This commit is contained in:
parent
bc2185158a
commit
34c1df1207
4
Makefile
4
Makefile
@ -142,8 +142,8 @@ auth.o: src/auth.cxx
|
||||
mxml.o: mxml/mxml.cxx mxml/mxml.h
|
||||
$(CC) $(CFLAGS) -c -o mxml.o mxml/mxml.cxx
|
||||
|
||||
strlcpy.o: mxml/strlcpy.cxx mxml/strlcpy.h
|
||||
$(CC) $(CFLAGS) -c -o strlcpy.o mxml/strlcpy.cxx
|
||||
strlcpy.o: src/strlcpy.cxx src/strlcpy.h
|
||||
$(CC) $(CFLAGS) -c -o strlcpy.o src/strlcpy.cxx
|
||||
|
||||
elogd: src/elogd.cxx auth.o $(OBJS) $(GIT_REVISION)
|
||||
$(CC) $(CFLAGS) -o elogd src/elogd.cxx auth.o $(OBJS) $(LIBS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user