aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-06-01 12:59:29 +0000
committerlloyd <[email protected]>2011-06-01 12:59:29 +0000
commit7b10642990382932af4639186057b81f5de87605 (patch)
tree4e08584cfbe537175b122dd3c1047dfc669ffafb /src/build-data/makefile
parenteb12046134962918725570394d1925252adfb45a (diff)
Remove amalg on distclean
Diffstat (limited to 'src/build-data/makefile')
-rw-r--r--src/build-data/makefile/unix.in1
-rw-r--r--src/build-data/makefile/unix_shr.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/makefile/unix.in b/src/build-data/makefile/unix.in
index 021a11b35..5290beda8 100644
--- a/src/build-data/makefile/unix.in
+++ b/src/build-data/makefile/unix.in
@@ -86,6 +86,7 @@ clean:
distclean: clean
$(RM_R) %{build_dir}
$(RM) Makefile* $(CONFIG_SCRIPT) $(PKGCONFIG)
+ $(RM) botan_all.cpp botan_all.h
install: $(LIBRARIES) docs
$(ECHO) "Installing Botan into $(DESTDIR)... "
diff --git a/src/build-data/makefile/unix_shr.in b/src/build-data/makefile/unix_shr.in
index 3a3cef8a7..31060afbb 100644
--- a/src/build-data/makefile/unix_shr.in
+++ b/src/build-data/makefile/unix_shr.in
@@ -100,6 +100,7 @@ clean:
distclean: clean
$(RM_R) %{build_dir}
$(RM) Makefile* $(CONFIG_SCRIPT) $(PKGCONFIG)
+ $(RM) botan_all.cpp botan_all.h
install: $(LIBRARIES) docs
$(ECHO) "Installing Botan into $(DESTDIR)... "