Skip to content

Commit

Permalink
replace code rm -f packcc; rm -f packcc.exe with `packcc$(BUILD_EXE…
Browse files Browse the repository at this point in the history
…EXT)`
  • Loading branch information
leleliu008 committed Dec 4, 2020
1 parent 21d0db3 commit fe1b11d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ CLEANFILES =
MOSTLYCLEANFILES =

clean-local:
rm -f packcc
rm -f packcc.exe
rm -f packcc$(BUILD_EXEEXT)
@if test "$(top_srcdir)" != "$(top_builddir)"; then \
rm -rf $(OPTLIB2C_SRCS); \
fi
Expand Down

0 comments on commit fe1b11d

Please sign in to comment.