]> git.ozlabs.org Git - ppp.git/blobdiff - Makefile.am
Updating .gitignore files
[ppp.git] / Makefile.am
index 508c92b3ba561e5b3b1c4c18b16b470ff26205cd..275bca1dae55eebb7b499657a8165d2c579db6ef 100644 (file)
@@ -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 \