head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.37.15;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@$FreeBSD$
--- Makefile.orig	Tue Jul  7 00:31:14 1998
+++ Makefile	Wed Aug  2 03:24:50 2000
@@@@ -2,16 +2,16 @@@@
 # Makefile for skkfep
 #
 all: genMakefile
-	make -f genMakefile all
+	$(MAKE) -f genMakefile all
 
 skkfep: genMakefile
-	make -f genMakefile skkfep
+	$(MAKE) -f genMakefile skkfep
 
 simpledic: genMakefile
-	make -f genMakefile simpledic
+	$(MAKE) -f genMakefile simpledic
 
 clean: genMakefile
-	make -f genMakefile clean
+	$(MAKE) -f genMakefile clean
 	rm -f genMakefile
 
 genMakefile: protoMakefile config.h
@
