diff options
author | Rob Austein <sra@hactrn.net> | 2013-01-18 06:03:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-01-18 06:03:08 +0000 |
commit | 4ef639469607b92edf8460e3df335312d46c4e86 (patch) | |
tree | 4bf39d2ceb0b8664ea9cba0211dbb98a5800fece /h/Makefile.in | |
parent | e91f49d5de88cd0bc43d73083b99c82f43aa8034 (diff) |
Get rid of "installation-manifest" Makefile target silliness.
svn path=/branches/tk377/; revision=4974
Diffstat (limited to 'h/Makefile.in')
-rw-r--r-- | h/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h/Makefile.in b/h/Makefile.in index 6202d6d7..d976661b 100644 --- a/h/Makefile.in +++ b/h/Makefile.in @@ -17,7 +17,7 @@ rpki/sk_roa.h: rpki/roa.h clean: rm -f *.h.tmp -test install deinstall uninstall installation-manifest: +test install deinstall uninstall: @true distclean: clean |