Skip to content

Commit 94f113e

Browse files
committed
Don't remove version.m2 in "make clean"
Otherwise, subsequent calls to "make" will fail. It's still removed by "make distclean" [ci skip]
1 parent faa6e35 commit 94f113e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

M2/Macaulay2/m2/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ DUMPEDM2DOCFILES := \
2424
############################## version.m2
2525
all: version.m2
2626
version.m2: version.m2.in ; ./config.status Macaulay2/m2/version.m2
27-
clean::; rm -f version.m2
2827
############################## tvalues.m2
2928
STOP = --stop
3029
ARGS = -q --silent $(STOP) -e errorDepth=0

0 commit comments

Comments
 (0)