From 675f083f19d5395eb66c16d0ca02eb40467e6460 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 25 Jun 2007 17:49:52 +0000 Subject: [PATCH] Define SUBDIRS in Makefile (needed for clean; fixes trac #1440) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2c77d33..b8c1089 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,9 @@ else SUBDIRS_BUILD = includes compat utils driver docs compiler rts endif +# Needed for, e.g., clean +SUBDIRS = $(SUBDIRS_BUILD) + SUBDIRS_INSTALL = includes compat utils driver docs rts libraries compiler # Sanity check that all the core libraries are in the tree, to catch -- 1.7.10.4