Include Cryptogams objects in clean recipe (GH #998)

This commit is contained in:
Jeffrey Walton 2021-01-01 12:04:24 -05:00
parent a184ce1aba
commit 7315a6f907
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 2 additions and 2 deletions

View File

@ -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)
###########################################################

View File

@ -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