aboutsummaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-11-18 18:33:58 +0000
committerRob Austein <sra@hactrn.net>2012-11-18 18:33:58 +0000
commitdfd6f63031e32b0a655fd72599cca6dd291d91a8 (patch)
tree50bfd583d32f10995558c7ac47f081376d1adcfc /h
parent9ddc7d1847f4b3a726ef984653776e0aacb3a5a6 (diff)
"make clean" shouldn't delete files under version control.
svn path=/trunk/; revision=4885
Diffstat (limited to 'h')
-rw-r--r--h/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/h/Makefile.in b/h/Makefile.in
index 02b5c364..d976661b 100644
--- a/h/Makefile.in
+++ b/h/Makefile.in
@@ -1,12 +1,10 @@
# $Id$
-GEN = rpki/sk_manifest.h rpki/sk_roa.h
-
PYTHON = @PYTHON@
abs_top_srcdir = @abs_top_srcdir@
-all: ${GEN}
+all: rpki/sk_manifest.h rpki/sk_roa.h
rpki/sk_manifest.h: rpki/manifest.h
${PYTHON} ${abs_top_srcdir}/buildtools/defstack.py rpki/manifest.h >$@.tmp
@@ -17,7 +15,7 @@ rpki/sk_roa.h: rpki/roa.h
mv $@.tmp $@
clean:
- rm -f ${GEN} *.h.tmp
+ rm -f *.h.tmp
test install deinstall uninstall:
@true