From d5838f79fdd12354190dba25bd8f1b3bba40dc44 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Fri, 25 Dec 2015 15:21:28 -0800 Subject: Don't remove entire '' directory on 'build clean'. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3