source:
trunk/minix/lib/dummy/Makefile.in@
11
Last change on this file since 11 was 9, checked in by , 14 years ago | |
---|---|
File size: 162 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | # Makefile for lib/dummy. |
2 | ||
3 | # Make a dummy libm library so that -lm works. | |
4 | ||
5 | ||
6 | LIBRARIES=libm | |
7 | ||
8 | libm_FILES=dummy.c | |
9 | ||
10 | TYPE=both | |
11 | ||
12 | #dummy.c: | |
13 | # echo "int __dummy__;" > $@ |
Note:
See TracBrowser
for help on using the repository browser.