aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile/gmake.in
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-11-26 18:21:55 +0000
committerlloyd <[email protected]>2014-11-26 18:21:55 +0000
commit71ff50357af5183995c9af59f1816f065ce9a857 (patch)
treeeea1b4d788a6a2facbb1a2b319edb60b82bb284b /src/build-data/makefile/gmake.in
parent0ef9ee80a015c7c88902cd435cff9e54c7db5dc1 (diff)
Fix Windows build. Github issue 32
Diffstat (limited to 'src/build-data/makefile/gmake.in')
-rw-r--r--src/build-data/makefile/gmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/gmake.in b/src/build-data/makefile/gmake.in
index 6b2703cb7..75ea3d508 100644
--- a/src/build-data/makefile/gmake.in
+++ b/src/build-data/makefile/gmake.in
@@ -53,8 +53,8 @@ clean:
$(RM) $(LIBRARIES) $(SYMLINK) $(SONAME) $(APP) $(TEST)
distclean: clean
+ $(RM) Makefile
$(RM_R) %{build_dir}
- $(RM) Makefile* $(CONFIG_SCRIPT) $(PKGCONFIG)
$(RM) botan_all.cpp botan_all.h
docs: