blob: 5a0092030a6d86810c5a08dd9523d53f36350f7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/Makefile.in.orig Mon Aug 4 19:21:52 2003
+++ src/Makefile.in Mon Aug 4 19:22:15 2003
@@ -844,8 +844,6 @@
else \
echo "WARNING: You need swig in order to re-build slideshow_wrap.cxx"; \
fi;
-SDL_defines.i : $(SDL_SDL_video_H)
- egrep '#define SDL_.*[[:space:]]0x[0-9]{8}' $(SDL_SDL_video_H) | grep -v OVERLAY | sed -e 's,[[:space:]]*/\*.*$$,,' >SDL_defines.i
# MgpLoaderLex.cpp \
# MgpLoaderYacc.cpp
|