import -ko -b 1.1.3 XEmacs XEmacs-21_2 r21-2-35
[chise/xemacs-chise.git.1] / modules / sample / Makefile
index 1e0849c..9fc2f7e 100644 (file)
@@ -8,6 +8,8 @@
 # 'installed'.
 #
 
+SHELL=/bin/sh
+RM=rm -f
 CC=../../lib-src/ellcc
 CFLAGS=-I. -I../../src
 LD=$(CC) --mode=link
@@ -28,7 +30,7 @@ all: $(MODNAME).ell
 distclean: clean
 
 clean:
-       rm -f $(MODNAME).ell $(OBJS) sample_i.o sample_i.c
+       $(RM) $(MODNAME).ell $(OBJS) sample_i.o sample_i.c
 
 $(MODNAME).ell: $(OBJS) sample_i.o
        $(LD) --mod-output=$@ $(OBJS) sample_i.o