Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22737
Modified Files:
Makefile.am
Log Message:
Remove Makefile.in and configure with make maintainer-clean.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- Makefile.am 3 Mar 2005 11:40:20 -0000 1.8
+++ Makefile.am 29 Jul 2005 15:35:55 -0000 1.9
@@ -7,6 +7,8 @@ EXTRA_DIST = AUTHORS CREDITS COPYING TOD
AUTOMAKE_OPTIONS = gnu
+MAINTAINERCLEANFILES = configure Makefile.in
+
dist-hook: ntfsprogs.spec
cp ntfsprogs.spec $(distdir)
|