mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
move lib/ to libc/ to make room for a true lib/ directory. Rename libraries to match
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5328 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ CXXOBJS = $(CXXSRCS:.cxx=$(OBJEXT))
|
||||
SRCS = $(ASRCS) $(CSRCS) $(CXXSRCS)
|
||||
OBJS = $(AOBJS) $(COBJS) $(CXXOBJS)
|
||||
|
||||
BIN = liblibxx$(LIBEXT)
|
||||
BIN = libcxx$(LIBEXT)
|
||||
|
||||
all: $(BIN)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user