(Logical change 1.181)
edge.strict_endians
cantab.net!aia21 2003-09-17 11:54:16 +00:00
parent 0d33099fdb
commit 9d296e3dc6
3 changed files with 0 additions and 4 deletions

1
configure vendored
View File

@ -11612,7 +11612,6 @@ do
"ntfsprogs/ntfsprogs.8" ) CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfsprogs.8" ;;
"ntfsprogs/ntfsresize.8" ) CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfsresize.8" ;;
"ntfsprogs/ntfsundelete.8" ) CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfsundelete.8" ;;
"ntfsprogs/ntfscluster.8" ) CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfscluster.8" ;;
"ntfsprogs.spec" ) CONFIG_FILES="$CONFIG_FILES ntfsprogs.spec" ;;
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;

View File

@ -149,7 +149,6 @@ AC_CONFIG_FILES([
ntfsprogs/ntfsprogs.8
ntfsprogs/ntfsresize.8
ntfsprogs/ntfsundelete.8
ntfsprogs/ntfscluster.8
ntfsprogs.spec
])
AC_OUTPUT

View File

@ -339,8 +339,6 @@ ntfsresize.8: $(top_builddir)/config.status ntfsresize.8.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
ntfsundelete.8: $(top_builddir)/config.status ntfsundelete.8.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
ntfscluster.8: $(top_builddir)/config.status ntfscluster.8.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)