Sort SRCS in libcxxrt's Makefile, and use += to list sources

No functional change intended.

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2022-01-22 21:08:55 +01:00
parent 55358ee0b1
commit 3c3df36600

View File

@ -10,15 +10,15 @@ SHLIBDIR?= /lib
LIB= cxxrt LIB= cxxrt
SRCS+= libelftc_dem_gnu3.c\ SRCS+= auxhelper.cc
terminate.cc\ SRCS+= dynamic_cast.cc
dynamic_cast.cc\ SRCS+= exception.cc
memory.cc\ SRCS+= guard.cc
auxhelper.cc\ SRCS+= libelftc_dem_gnu3.c
exception.cc\ SRCS+= memory.cc
stdexcept.cc\ SRCS+= stdexcept.cc
typeinfo.cc\ SRCS+= terminate.cc
guard.cc SRCS+= typeinfo.cc
WARNS?= 0 WARNS?= 0
CFLAGS+= -isystem ${SRCDIR} -nostdinc++ CFLAGS+= -isystem ${SRCDIR} -nostdinc++