diff options
author | lloyd <[email protected]> | 2008-10-15 20:26:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-15 20:26:26 +0000 |
commit | a91c12319b2094d788ee04829737d050f1731011 (patch) | |
tree | 5843cfaa93619071cc3f1231e6728a6120fdbc1f | |
parent | 98f51ba355512fe9c86d944ecb978f8c0df088f1 (diff) |
Delete generated botan.pc on make distclean
-rw-r--r-- | src/build-data/makefile/unix.in | 2 | ||||
-rw-r--r-- | src/build-data/makefile/unix_shr.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/makefile/unix.in b/src/build-data/makefile/unix.in index 588036ca8..e0e49017f 100644 --- a/src/build-data/makefile/unix.in +++ b/src/build-data/makefile/unix.in @@ -103,7 +103,7 @@ clean: distclean: clean $(RM_R) @{var:build-dir} $(RM_R) @{var:doc-dir}/doxygen @{var:doc-dir}/botan.doxy - $(RM) Makefile $(CONFIG_SCRIPT) + $(RM) Makefile $(CONFIG_SCRIPT) botan.pc install: $(LIBRARIES) $(ECHO) "Installing Botan into $(DESTDIR)... " diff --git a/src/build-data/makefile/unix_shr.in b/src/build-data/makefile/unix_shr.in index bc32cdb03..d13594ff0 100644 --- a/src/build-data/makefile/unix_shr.in +++ b/src/build-data/makefile/unix_shr.in @@ -116,7 +116,7 @@ clean: distclean: clean $(RM_R) @{var:build-dir} $(RM_R) @{var:doc-dir}/doxygen @{var:doc-dir}/botan.doxy - $(RM) Makefile $(CONFIG_SCRIPT) + $(RM) Makefile $(CONFIG_SCRIPT) botan.pc install: $(LIBRARIES) $(ECHO) "Installing Botan into $(DESTDIR)... " |