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 /rtr-origin | |
parent | e91f49d5de88cd0bc43d73083b99c82f43aa8034 (diff) |
Get rid of "installation-manifest" Makefile target silliness.
svn path=/branches/tk377/; revision=4974
Diffstat (limited to 'rtr-origin')
-rw-r--r-- | rtr-origin/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rtr-origin/Makefile.in b/rtr-origin/Makefile.in index 80ff2b50..8a50e528 100644 --- a/rtr-origin/Makefile.in +++ b/rtr-origin/Makefile.in @@ -34,9 +34,6 @@ install: all deinstall uninstall: rm -f ${DESTDIR}${bindir}/${BIN} -installation-manifest: - echo >>${abs_top_builddir}/installation-manifest F %%BINDIR%%/${BIN} - distclean: clean rm -rf current sockets *.ax *.ix.* rm -f Makefile |