From 7b10642990382932af4639186057b81f5de87605 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 1 Jun 2011 12:59:29 +0000 Subject: Remove amalg on distclean --- src/build-data/makefile/unix.in | 1 + src/build-data/makefile/unix_shr.in | 1 + 2 files changed, 2 insertions(+) (limited to 'src/build-data/makefile') 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)... " -- cgit v1.2.3