diff options
author | Jeffrey Walton <noloader@gmail.com> | 2021-01-01 12:15:46 -0500 |
---|---|---|
committer | Jeffrey Walton <noloader@gmail.com> | 2021-01-01 12:15:46 -0500 |
commit | 50c261c42520cc6f2cf99a796a742cf2eb07027d (patch) | |
tree | d603a34468ee6bd882996d53d68565428236b95e /GNUmakefile-cross | |
parent | 7315a6f907a1ba10e6a39ff49a53318260f5dc36 (diff) | |
download | cryptopp-git-50c261c42520cc6f2cf99a796a742cf2eb07027d.tar.gz |
Revert "Include Cryptogams objects in clean recipe (GH #998)"
This actually deletes the Cryptogams source files. Arg...
This reverts commit 7315a6f907a1ba10e6a39ff49a53318260f5dc36.
Diffstat (limited to 'GNUmakefile-cross')
-rwxr-xr-x | GNUmakefile-cross | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile-cross b/GNUmakefile-cross index 07176c65..8eb0f4f5 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -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) $(wildcard *.S) +CLEAN_SRCS := $(wildcard *.cpp) CLEAN_OBJS := $(CLEAN_SRCS:.cpp=.o) $(CLEAN_SRCS:.cpp=.import.o) $(CLEAN_SRCS:.cpp=.export.o) # For Shared Objects, Diff, Dist/Zip rules |