summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-01-29 21:17:40 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-01-29 21:17:40 -0500
commit652e737517bbbae692923246aeb687e2d1f314ef (patch)
treeb8eab1e32743b67ea9ba5fa6c1691247abb0fd05 /Makefile.am
parent7bcd865d386d96caac83cb1c589fdb8f9ce3b081 (diff)
build-sys: keep intermediate files
Sometimes it is useful to look at them, and they don't take up any significant amount of space. Keeping them also avoids the message about files being removed at the end of make run.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f014931033..1f36aeea23 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,9 @@ SUBDIRS = . po
# remove targets if the command fails
.DELETE_ON_ERROR:
+# keep intermediate files
+.SECONDARY:
+
LIBUDEV_CURRENT=3
LIBUDEV_REVISION=1
LIBUDEV_AGE=2