File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ $(BUILDDIR)/julia.expmap: $(SRCDIR)/julia.expmap.in $(JULIAHOME)/VERSION
176176clean : | $(CLEAN_TARGETS )
177177 rm -f $(BUILDDIR ) /* .o $(BUILDDIR ) /* .dbg.obj
178178 rm -f $(build_bindir ) /julia*
179- rm -f $(BUILDDIR ) /julia.expmap*
179+ rm -f $(BUILDDIR ) /julia.expmap
180180 rm -f $(BUILDDIR ) /Info.plist*
181181
182182.PHONY : clean release debug julia-release julia-debug
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ clean:
588588 -rm -rf $(build_shlibdir ) /libccalltest* $(build_shlibdir ) /libllvmcalltest* $(build_shlibdir ) /libccalllazyfoo* $(build_shlibdir ) /libccalllazybar*
589589 -rm -f $(BUILDDIR ) /julia_flisp.boot* $(BUILDDIR ) /julia_flisp.boot.inc* $(BUILDDIR ) /jl_internal_funcs.inc* $(BUILDDIR ) /jl_data_globals_defs.inc*
590590 -rm -f $(BUILDDIR ) /* .dbg.obj $(BUILDDIR ) /* .o $(BUILDDIR ) /* .dwo $(BUILDDIR ) /* .$(SHLIB_EXT ) $(BUILDDIR ) /* .a $(BUILDDIR ) /* .h.gen
591- -rm -f $(BUILDDIR ) /julia.expmap*
591+ -rm -f $(BUILDDIR ) /julia.expmap
592592 -rm -f $(BUILDDIR ) /julia_version.h
593593 -rm -f $(BUILDDIR ) /compile_commands.json*
594594
You can’t perform that action at this time.
0 commit comments