[Gs-commits] Grayskull Repository branch, master, updated. git-migration-164-g6cef20e
A ref change was pushed to the repository containing the project "Grayskull Repository". The branch, master has been updated via 6cef20ee9522a4754e925f050a55e4f8df75fc37 (commit) via a986b14df0aa23bbb7b2027144a21e308e8da712 (commit) from 3d119f79cd5a201a5d1c44af9008114a392ab91d (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 6cef20ee9522a4754e925f050a55e4f8df75fc37 Merge: a986b14df0aa23bbb7b2027144a21e308e8da712 3d119f79cd5a201a5d1c44af9008114a392ab91d Author: Phil Carns <[email protected]> Date: Tue Nov 24 10:49:26 2009 -0500 Merge branch 'master' of [email protected]:~dkimpe/git/grayskull commit a986b14df0aa23bbb7b2027144a21e308e8da712 Author: Phil Carns <[email protected]> Date: Tue Nov 24 10:48:43 2009 -0500 fixed parser dependency for generating headers ----------------------------------------------------------------------- Summary of changes: code/src/gsl/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Diff of changes: diff --git a/code/src/gsl/Makefile.in b/code/src/gsl/Makefile.in index 30eddeb..26aac5d 100644 --- a/code/src/gsl/Makefile.in +++ b/code/src/gsl/Makefile.in @@ -284,7 +284,7 @@ $(GSTRHDR_CPP): %.gsh.i: %.gsh $(E)$(call MCC_GS,$<) -I$(srcdir)/include/ -x c -E -o $*.gsh.i \ $(LIBCFLAGS) $(CFLAGS) $(CWARNS) $(call MODCFLAGS_GS,$<) $(srcdir)/$*.gsh -$(GSTRHDR): %.h: %.gsh.i +$(GSTRHDR): %.h: %.gsh.i parser $(E)$(builddir)/parser/gs-parser -j -r $(srcdir)/$*.gsh -o $@ $< $(LIBOBJS): %.o: %.d hooks/post-receive -- Grayskull Repository
participants (1)
-
noreply@mcs.anl.gov