Skip to content

Commit 758e38f

Browse files
committed
updated Makefile.am to delete ./configure upon "make mrproper-distclean"
1 parent 56efe14 commit 758e38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SUBDIRS = fsattr/build fsmove/build fsremap/build fstransform/build
22

33
mrproper-distclean: distclean
4-
rm -fr autom4te.cache fsremap/src/ft_config.hh fstransform/build/fstransform
4+
rm -fr autom4te.cache configure fsremap/src/ft_config.hh fstransform/build/fstransform

0 commit comments

Comments
 (0)