diff options
| author | welinder@troll.com <welinder@troll.com> | 2004-10-02 22:49:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:03:27 -0700 |
| commit | 7a52af572ba9e8280cc28e73b575e56ab03214fd (patch) | |
| tree | 2558dbdfdd45f91635d13d139bc32002f5ef951a /Makefile | |
| parent | 4250a6355c2a29764f5a8b31a1a22087439068dd (diff) | |
| download | sparse-dev-7a52af572ba9e8280cc28e73b575e56ab03214fd.tar.gz | |
Add compatibility file for solaris.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -74,6 +74,12 @@ tokenize.o: $(LIB_H) check.o: $(LIB_H) obfuscate.o: $(LIB_H) +compat-linux.o: compat/strtold.c compat/id-files-stat.c compat/mmap-blob.c \ + $(LIB_H) +compat-solaris.o: compat/id-files-stat.c compat/mmap-blob.c $(LIB_H) +compat-mingw.o: $(LIB_H) +compat-cygwin.o: $(LIB_H) + pre-process.h: echo "#define GCC_INTERNAL_INCLUDE \"`$(CC) -print-file-name=include`\"" > pre-process.h |
