Skip to content
Snippets Groups Projects
Commit fb93fa92 authored by Dave Reisner's avatar Dave Reisner Committed by Daniel Stenberg
Browse files

src/Makefile.am: add .DELETE_ON_ERROR


This prevents targets like tool_hugehelp.c from leaving around
half-constructed files if the rule fails with GNU make.

Reported-by: default avatarRafaël Carré <funman@videolan.org>
parent da172b0d
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@
###########################################################################
AUTOMAKE_OPTIONS = foreign nostdinc
# remove targets if the command fails
.DELETE_ON_ERROR:
# Specify our include paths here, and do it relative to $(top_srcdir) and
# $(top_builddir), to ensure that these paths which belong to the library
# being currently built and tested are searched before the library which
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment