aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorwelinder@troll.com <welinder@troll.com>2004-10-02 22:49:30 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:03:27 -0700
commit7a52af572ba9e8280cc28e73b575e56ab03214fd (patch)
tree2558dbdfdd45f91635d13d139bc32002f5ef951a /Makefile
parent4250a6355c2a29764f5a8b31a1a22087439068dd (diff)
downloadsparse-dev-7a52af572ba9e8280cc28e73b575e56ab03214fd.tar.gz
Add compatibility file for solaris.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ea6e169b..4e158b72 100644
--- a/Makefile
+++ b/Makefile
@@ -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