X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=modules%2Fsample%2FMakefile;h=9fc2f7e136dbc5dd9b9f991238da2cdb750414c5;hb=7a2cf04302753da65cdaa90f599f358071762a79;hp=1e0849cefa4f9cb0efb4ad819113a1e13a15b027;hpb=ea1ea793fe6e244ef5555ed983423a204101af13;p=chise%2Fxemacs-chise.git.1 diff --git a/modules/sample/Makefile b/modules/sample/Makefile index 1e0849c..9fc2f7e 100644 --- a/modules/sample/Makefile +++ b/modules/sample/Makefile @@ -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