import -ko -b 1.1.3 XEmacs XEmacs-21_2 r21-2-35
[chise/xemacs-chise.git.1] / modules / ldap / Makefile
index 6e775ec..864cea6 100644 (file)
@@ -1,5 +1,4 @@
 #
-# Sample makefile for a simple Emacs module.
 # This is slightly more complicated than would normally be the case,
 # as this makefile has been tailored to work in the Emacs source tree.
 # For samples of how to compile modules outside of the source tree
@@ -8,6 +7,8 @@
 # 'installed'.
 #
 
+SHELL=/bin/sh
+RM=rm -f
 CC=../../lib-src/ellcc
 CFLAGS=-I. -I../../src
 LD=$(CC) --mode=link
@@ -28,7 +29,7 @@ all: $(MODNAME).ell
 distclean: clean
 
 clean:
-       rm -f $(MODNAME).ell $(OBJS) eldap_i.o eldap_i.c
+       $(RM) $(MODNAME).ell $(OBJS) eldap_i.o eldap_i.c
 
 $(MODNAME).ell: $(OBJS) eldap_i.o
        $(LD) --mod-output=$@ $(OBJS) eldap_i.o