Mercurial > hg > xemacs-beta
diff modules/common/Makefile.common @ 1489:52dd7cedee30
[xemacs-hg @ 2003-05-20 14:40:03 by james]
Expand $^ for makes that don't understand it.
author | james |
---|---|
date | Tue, 20 May 2003 14:40:09 +0000 |
parents | a0845169de0a |
children | 74b2ea269eb5 |
line wrap: on
line diff
--- a/modules/common/Makefile.common Mon May 19 21:52:42 2003 +0000 +++ b/modules/common/Makefile.common Tue May 20 14:40:09 2003 +0000 @@ -62,7 +62,8 @@ $(MODCC) $(MODCFLAGS) -c $< $(MODNAME).ell: $(OBJS) $(MODNAME)_i.o - $(MODCC) --mode=link --mode=verbose --mod-output=$@ $^ $(LDFLAGS) + $(MODCC) --mode=link --mode=verbose --mod-output=$@ \ + $(OBJS) $(MODNAME)_i.o $(LDFLAGS) $(MODNAME)_i.c: $(SRCS) ELLMAKEDOC=$(MAKE_DOCFILE) $(MODCC) --mode=init --mod-output=$@ \