From af9eafe584f98986a20bc33c8535a044bbdbb12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eivind=20N=C3=A6ss?= Date: Sat, 17 Jul 2021 13:35:58 -0700 Subject: Incorporating review feedback from David Seifert. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eivind Næss --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 508c92b..275bca1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,16 +13,16 @@ DIST_SUBDIRS = $(SUBDIRS) common include modules scripts # This is to work around the kernel module for PPP on Sun Solaris if SUNOS all-am: - (cd solaris ; make -f Makefile) + (cd solaris ; $(MAKE) -f Makefile) clean-generic: - (cd solaris ; make -f Makefile clean) + (cd solaris ; $(MAKE) -f Makefile clean) install-am: - (cd solaris ; make -f Makefile install) + (cd solaris ; $(MAKE) -f Makefile install) endif -sampledir = $(sysconfdir)/@PACKAGE@ +sampledir = $(sysconfdir)/$(PACKAGE) sample_DATA = \ etc.ppp/options \ -- cgit v1.2.1