diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,6 @@ .*.swp # generated -pre-process.h version.h # programs @@ -207,7 +207,7 @@ version.h: FORCE clean: clean-check - rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) pre-process.h version.h + rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) version.h dist: @if test "$(SPARSE_VERSION)" != "v$(VERSION)" ; then \ |
