diff options
author | ceros7 <ceros7@svn> | 2010-01-22 07:22:36 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-01-22 07:22:36 +0000 |
commit | 88b2c26dec662fa71d9f4a4ec7a1c47114b82325 (patch) | |
tree | eda35d2769597506f8dcfab9075f9b9e0c89803a /Makefile.include.in | |
parent | 5d73e3ee8ca59f26829326861821fa09bc00c1b8 (diff) |
Merge remote branch 'origin/gpl-compat'
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27060 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.include.in')
-rw-r--r-- | Makefile.include.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.include.in b/Makefile.include.in index fcc8dcf0c5..58db900d79 100644 --- a/Makefile.include.in +++ b/Makefile.include.in @@ -107,4 +107,5 @@ clean: distclean: $(RM) $(OBJS) *.o $(LIB) $(SLIB) $(STATICLIB) $(CLEAN_FILES) $(DISTCLEAN_FILES) $(PCH:.h=.h.gch) $(OBJS:.o=.P) for d in $(DIRS); do (if test -f "$$d/Makefile"; then ($(MAKE) -C "$$d" distclean || $(MAKE) -C "$$d" clean); fi ); done - if [ "$(shell pwd -P)" = "$(abs_top_srcdir)" ]; then rm -f $(AUTOGENERATED_MAKEFILES) Makefile.include Makefile; fi + if [ "$(shell pwd -P)" = "$(abs_top_srcdir)" ] || \ + [ "$(shell pwd)" = "$(abs_top_srcdir)" ]; then rm -f $(AUTOGENERATED_MAKEFILES) Makefile.include Makefile; fi |