From e424c02aae5b38cbd64000f0c14dbd271f1ebb1e Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 18 May 2015 00:09:59 +0200 Subject: ROSE: Add back installconf rule. Without this dummy rule, make installconf failes in the rose subdir with: [...] make[1]: Entering directory `/home/ralf/src/ax25/ax25-tools/rose' make[1]: *** No rule to make target `installconf'. Stop. make[1]: Leaving directory `/home/ralf/src/ax25/ax25-tools/rose' [...] This bug exists since 0.0.3 and predates the CVS history. Signed-off-by: Ralf Baechle --- rose/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'rose') diff --git a/rose/Makefile.am b/rose/Makefile.am index da72b2b..6658e07 100644 --- a/rose/Makefile.am +++ b/rose/Makefile.am @@ -1,3 +1,4 @@ +installconf: sbin_PROGRAMS = rsattach rsdwnlnk rsmemsiz rsparms rsuplnk -- cgit v1.2.3