From: lace <> Date: Sat, 17 Dec 2005 05:20:28 +0000 (+0000) Subject: Workarounded broken 'make clean;make'. X-Git-Tag: bp_HEAD~55 X-Git-Url: http://git.jankratochvil.net/?p=captive.git;a=commitdiff_plain;h=fd6bbe71c10a69b03086189f8e34782ff9162e58 Workarounded broken 'make clean;make'. - Still broken cross-neighbor intra-directory dependencies. --- diff --git a/src/libcaptive/Makefile.am b/src/libcaptive/Makefile.am index 7c8baa7..56a0aea 100644 --- a/src/libcaptive/Makefile.am +++ b/src/libcaptive/Makefile.am @@ -19,7 +19,8 @@ include $(top_srcdir)/Makefile-head.am include $(top_srcdir)/src/libcaptive/Makefile-libcaptive.am -SUBDIRS=include reactos halcaptive cc cm ex fs io kd ke ldr mm nt ob po ps rtl se storage sandbox client +# FIXME: Dependency: storage -> sandbox +SUBDIRS=include reactos halcaptive cc cm ex fs io kd ke ldr mm nt ob po ps rtl se sandbox client storage EXTRA_DIST+= \ Makefile-libcaptive.am