>From e0639e554fea7264de3b8b7b6f6932c747d21198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20R=C3=B8nne?= Date: Mon, 23 Aug 2010 21:59:27 +0200 Subject: [PATCH 1/6] Add build extensions used by DOS programs. Added .dos16.c and .exe to the list of known suffixes so that automatic rules can be created which creates exe files from .dos16.c sources. --- Make.rules.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Make.rules.in b/Make.rules.in index 3f5d18e..b6b842e 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -136,7 +136,7 @@ filter: dummy # Implicit rules -.SUFFIXES: .mc .rc .mc.rc .res .idl .tlb .h .y .l .tab.c .tab.h .yy.c .ok .man.in .man _c.c _i.c _p.c _s.c .cross.o @MAINTAINER_MODE@ .sfd .ttf .svg .ico .bmp +.SUFFIXES: .mc .rc .mc.rc .res .idl .tlb .h .y .l .tab.c .tab.h .yy.c .ok .man.in .man _c.c _i.c _p.c _s.c .cross.o .dos16.c .exe @MAINTAINER_MODE@ .sfd .ttf .svg .ico .bmp .c.o: $(CC) -c $(ALLCFLAGS) -o $@ $< -- 1.7.0.4