From b3a15eee3ab2d393dcdbe9a87ad354755a2f9a86 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Fri, 3 Oct 2003 12:08:32 +0000 Subject: *** empty log message *** svn path=/trunk/externals/miXed/; revision=1064 --- Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 8c13072..e26bbac 100644 --- a/Makefile.common +++ b/Makefile.common @@ -64,7 +64,8 @@ TYPES_EXTERNS = \ $(patsubst %.c,%$($1_TILDE).$(X_SUFFIX),$(call TYPES_NAMES,$1)) SOURCES = $(CX_SOURCES) $(AX_SOURCES) $(LX_SOURCES) $(OTHER_SOURCES) \ - $(foreach type,$(TYPES),$($(type)_SOURCES)) + $(foreach type,$(TYPES),$($(type)_SOURCES)) \ + $(foreach type,$(TYPES),$($(type)_PRIVATEOBJECTS:.o=.c)) INCLUDES = -I. -I$(PD_DIR) -I$(SHARED_DIR) @@ -202,6 +203,7 @@ clean: emptydeps cleanall: clean # remove default target externs -rm -f $(EXTERNS) + $(SUBDIRS) # added by Hans-Christoph Steiner to remove # files created when making MacOS X packages -rm -Rf ../installroot -- cgit v1.2.1