[beast/win32] Depending on the .exe file of bseprocidl unbreaks parallel builds.



commit 4825e30118b1247ab2644f7309bcad4f5058d23e
Author: Stefan Westerfeld <stefan space twc de>
Date:   Mon Sep 7 14:00:41 2009 +0200

    Depending on the .exe file of bseprocidl unbreaks parallel builds.
    
    Changes from 017_make_j6_win_bse.diff.

 bse/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bse/Makefile.am b/bse/Makefile.am
index fde2524..7557d3a 100644
--- a/bse/Makefile.am
+++ b/bse/Makefile.am
@@ -279,7 +279,7 @@ bsegencore.cc: bsecore.idl $(SFIDL) bsecore.genidl.hh
 # this file describes the BSE public API and needs to be generated at the
 # end of the build process
 #
-bsehack.idl: bsecore.idl bseprocidl
+bsehack.idl: bsecore.idl bseprocidl$(EXEEXT)
 	grep -v bsehack.idl $(srcdir)/bse.idl | $(SFIDL) $(SFIDL_INC) --list-types - > xgen-2-$(@F)
 	echo "/* this file was generated from make $< */" > xgen-$(@F) \
 	&& ./bseprocidl xgen-2-$(@F) >> xgen-$(@F) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]