blob: 8524eb74cf991f58d0ff60e5495b60b6cdeba3ec (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- vim73.orig/src/osdef.sh 2010-05-15 13:04:08.000000000 +0200
+++ vim73/src/osdef.sh 2012-07-16 15:36:10.000000000 +0200
@@ -49,7 +49,6 @@ EOF
# Mac uses precompiled headers, but we need real headers here.
case `uname` in
- Darwin) $CC -I. -I$srcdir -E -no-cpp-precomp osdef0.c >osdef0.cc;;
*) $CC -I. -I$srcdir -E osdef0.c >osdef0.cc;;
esac
|