coar 99/05/12 13:00:09
Modified: src Makefile.tmpl Log: ".def" isn't a universally-recognised suffix; versions of make that don't know about it will think ".def.a" is a target rather than a rule. Revision Changes Path 1.112 +1 -0 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /home/cvs/apache-1.3/src/Makefile.tmpl,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- Makefile.tmpl 1999/05/04 11:21:08 1.111 +++ Makefile.tmpl 1999/05/12 20:00:07 1.112 @@ -15,6 +15,7 @@ $(CC) -c $(INCLUDES) $(CFLAGS) $< # Used to generate import library for OS/2 +.SUFFIXES: .def .def.a: emximp -o $@ $<