Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv6739/ntfstools
Modified Files:
Makefile.in
Log Message:
grr. MDK8.1 modified loads of stuff. Put it back with RH7.2
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/Makefile.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -U2 -r1.21 -r1.22
--- Makefile.in 24 Apr 2002 23:47:42 -0000 1.21
+++ Makefile.in 25 Apr 2002 07:50:34 -0000 1.22
@@ -89,6 +89,6 @@
all_includes = @all_includes@
all_libraries = @all_libraries@
-@DEBUG_TRUE@AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -g -DDEBUG -Wall
-@DEBUG_FALSE@AM_CFLAGS = -D_FILE_OFFSET_BITS=64
+@DEBUG_TRUE@AM_CFLAGS = @DEBUG_TRUE@-D_FILE_OFFSET_BITS=64 -g -DDEBUG -Wall
+@DEBUG_FALSE@AM_CFLAGS = @DEBUG_FALSE@-D_FILE_OFFSET_BITS=64
bin_PROGRAMS = ntfsfix #ntfsdump_logfile dumplog
|