aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2015-12-25 15:21:28 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2015-12-25 15:21:28 -0800
commitd5838f79fdd12354190dba25bd8f1b3bba40dc44 (patch)
tree899b6f1f679689896845c1b8a8d43ec371c39408
parent8ec8acf2a4c9bc6219164111ca9141ff49d8d386 (diff)
downloadopen-axiom-d5838f79fdd12354190dba25bd8f1b3bba40dc44.tar.gz
Don't remove entire '' directory on 'build clean'.
-rw-r--r--Makefile.am4
-rw-r--r--Makefile.in4
2 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 7307122d..10e0e97c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2012, Gabriel Dos Reis.
+# Copyright (C) 2012-2015, Gabriel Dos Reis.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -118,8 +118,6 @@ mostlyclean-local:
clean-local:
cd src && $(MAKE) $(AM_MAKEFLAGS) clean
- @-rm -rf $(target)
- @-rm -rf build
distclean-local:
cd src && $(MAKE) $(AM_MAKEFLAGS) distclean
diff --git a/Makefile.in b/Makefile.in
index f600c853..5f35be4f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# Copyright (C) 2012, Gabriel Dos Reis.
+# Copyright (C) 2012-2015, Gabriel Dos Reis.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -1066,8 +1066,6 @@ mostlyclean-local:
clean-local:
cd src && $(MAKE) $(AM_MAKEFLAGS) clean
- @-rm -rf $(target)
- @-rm -rf build
distclean-local:
cd src && $(MAKE) $(AM_MAKEFLAGS) distclean