Triton Repository branch, master, updated. 9d0dc0577ec4822a742ec5915f7910e13bbb9da0
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton Repository". The branch, master has been updated via 9d0dc0577ec4822a742ec5915f7910e13bbb9da0 (commit) from 0025f00637522d7b48470010e983838ede91db77 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9d0dc0577ec4822a742ec5915f7910e13bbb9da0 Author: Kevin Harms <harms@harms-desktop.(none)> Date: Mon Jan 31 19:07:23 2011 -0600 I think this correctly fixes building .dummyobj files for some of the rules. Set to explicitly use $(srcdir) for finding the .ae file. ----------------------------------------------------------------------- Summary of changes: code/Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Diff of changes: diff --git a/code/Makefile.in b/code/Makefile.in index 04cdee1..56345f0 100644 --- a/code/Makefile.in +++ b/code/Makefile.in @@ -754,7 +754,7 @@ $(REMOTE_TESTLIB_DUMMYOBJS) $(REMOTE_LIB_DUMMYOBJS): %_module.ae.dummyobj: %_mod -Dpwait="while(0)" -Dpbranch="" -Dpbreak="break" -Dpprivate="" -Dpshared="" \ -I$(srcdir)/include/ -x c -c -o $@ $(LIBCFLAGS) \ $(EWARNS) \ - $(CFLAGS) $(call MODCFLAGS_AE,$*) $*_module.ae + $(CFLAGS) $(call MODCFLAGS_AE,$*) $(srcdir)/$*_module.ae # -Wall -Wno-implicit -Wno-unused $(EWARNS) \ # $(CFLAGS) $(call MODCFLAGS_AE,$*) $*_module.ae @@ -764,7 +764,7 @@ REMOTE_LIB_INCIM = $(patsubst %.o,%.ae.i,$(REMOTE_LIB_MODOBJS)) $(REMOTE_TESTLIB_INCIM) $(REMOTE_LIB_INCIM): %_module.ae.i: %_module.ae.dummyobj $(E)$(call MCC_AE,$*_module) -I$(srcdir)/include/ -x c -E -o $*_module.ae.i \ - $(LIBCFLAGS) $(CFLAGS) $(CWARNS) $(call MODCFLAGS_AE,$*) $*_module.ae + $(LIBCFLAGS) $(CFLAGS) $(CWARNS) $(call MODCFLAGS_AE,$*) $(srcdir)/$*_module.ae # Compile parsers from haskell source using GHC hooks/post-receive -- Triton Repository
participants (1)
-
noreply@mcs.anl.gov