]> www.ginac.de Git - cln.git/blobdiff - src/Makefile.am
Delete allocation and deallocation operators that are forbidden.
[cln.git] / src / Makefile.am
index 3b366899ee816564450e4697a5ead8cbd440f8bd..4067bcfc225d864ff048aa5b5da350560b61661a 100644 (file)
@@ -100,7 +100,6 @@ base/string/cl_st_make0.cc \
 base/string/cl_st_make0.h \
 base/string/cl_st_make1.cc \
 base/string/cl_st_make2.cc \
-base/string/cl_st_null.cc \
 base/string/input/cl_st_get1.cc \
 base/string/input/cl_st_get2.cc \
 base/string/input/cl_st_getline1.cc \
@@ -987,3 +986,8 @@ DISTCLEANFILES = \
 base/digitseq/cl_asm.S \
 polynomial/elem/cl_asm_GF2.S
 
+# Remove .deps directories created by 'configure'.
+# I would say that this left-over is an Automake 1.16.1 bug.
+distclean-local:
+       rm -rf $(DEPDIR) */$(DEPDIR) */*/$(DEPDIR) */*/*/$(DEPDIR)
+