1 diff -ruN motion-3.2.5.1-old/Makefile.in motion-3.2.5.1-new/Makefile.in
2 --- motion-3.2.5.1-old/Makefile.in 2006-03-07 22:52:49.000000000 +0100
3 +++ motion-3.2.5.1-new/Makefile.in 2006-03-27 22:04:34.000000000 +0200
5 ################################################################################
6 CFLAGS = @CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -D_REENTRANT \
7 -Dsysconfdir=\"$(sysconfdir)\"
13 ################################################################################
14 $(DEPEND_FILE): *.h $(SRC)
15 @echo "Generating dependencies, please wait..."
16 - @$(CC) $(CFLAGS) -M $(SRC) > .tmp
17 + @$(CC) $(CFLAGS) $(CPPFLAGS) -M $(SRC) > .tmp
18 @mv -f .tmp $(DEPEND_FILE)