aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-04 18:36:28 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-10 10:13:37 +0100
commit20845299406b69b0a2a55f067412541491a9fc42 (patch)
treed963fee62fb17ee24080986a1fad5918272e820a /Makefile
parente5720a01486121664c74069645eb7fad0c6500fd (diff)
downloadsparse-dev-20845299406b69b0a2a55f067412541491a9fc42.tar.gz
build: remove references to unexisting pre-process.h
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1f210e2..983b4647 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \