Overview
Comment: | Fixed Makefile in example |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-try3 |
Files: | files | file ages | folders |
SHA1: |
c54ed87ce367cf35aaf0916a9d3bf710 |
User & Date: | matt on 2019-11-11 22:40:52 |
Other Links: | branch diff | manifest | tags |
Context
2019-11-12
| ||
23:26 | First pass integration of the fix from Peter Bex for mtconfigf eval. Not quite working yet... check-in: e057f70f51 user: matt tags: v1.65-try3 | |
2019-11-11
| ||
22:40 | Fixed Makefile in example check-in: c54ed87ce3 user: matt tags: v1.65-try3 | |
22:29 | got configf testcase to show the problem check-in: 3decad145b user: matt tags: v1.65-try3 | |
Changes
Modified configf-testing/Makefile from [4635f99b20] to [94cb2300d9].
1 2 3 4 5 6 7 | %.o : %.scm csc -J -c $< -o $*.o c : c.o a.o csc a.o c.o -o c | > > > > | 1 2 3 4 5 6 7 8 9 10 11 | all : c %.o : %.scm csc -J -c $< -o $*.o c.o : a.o c : c.o a.o csc a.o c.o -o c |