mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-24 10:29:43 +00:00
Include Cryptogams objects in clean recipe (GH #998)
This commit is contained in:
parent
a184ce1aba
commit
7315a6f907
@ -1169,7 +1169,7 @@ TESTIMPORTOBJS := $(TESTOBJS:.o=.import.o)
|
||||
DLLTESTOBJS := dlltest.dllonly.o
|
||||
|
||||
# Clean recipe, Issue 998. Don't filter-out some artifacts from the list of objects
|
||||
CLEAN_SRCS := $(wildcard *.cpp)
|
||||
CLEAN_SRCS := $(wildcard *.cpp) $(wildcard *.S)
|
||||
CLEAN_OBJS := $(CLEAN_SRCS:.cpp=.o) $(CLEAN_SRCS:.cpp=.import.o) $(CLEAN_SRCS:.cpp=.export.o)
|
||||
|
||||
###########################################################
|
||||
|
@ -677,7 +677,7 @@ TESTOBJS := $(TESTSRCS:.cpp=.o)
|
||||
LIBOBJS := $(filter-out $(TESTOBJS),$(OBJS))
|
||||
|
||||
# Clean recipe, Issue 998. Don't filter-out some artifacts from the list of objects
|
||||
CLEAN_SRCS := $(wildcard *.cpp)
|
||||
CLEAN_SRCS := $(wildcard *.cpp) $(wildcard *.S)
|
||||
CLEAN_OBJS := $(CLEAN_SRCS:.cpp=.o) $(CLEAN_SRCS:.cpp=.import.o) $(CLEAN_SRCS:.cpp=.export.o)
|
||||
|
||||
# For Shared Objects, Diff, Dist/Zip rules
|
||||
|
Loading…
Reference in New Issue
Block a user