summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-01-01 12:15:46 -0500
committerJeffrey Walton <noloader@gmail.com>2021-01-01 12:15:46 -0500
commit50c261c42520cc6f2cf99a796a742cf2eb07027d (patch)
treed603a34468ee6bd882996d53d68565428236b95e /GNUmakefile-cross
parent7315a6f907a1ba10e6a39ff49a53318260f5dc36 (diff)
downloadcryptopp-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-xGNUmakefile-cross2
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