Skip to content
Snippets Groups Projects
Commit ef61553b authored by sof's avatar sof
Browse files

[project @ 1997-01-21 10:55:01 by sof]

Way .hi: .o rule added
parent cbf0c53a
No related branches found
No related tags found
No related merge requests found
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# $Id: rules.mk,v 1.2 1996/11/21 16:50:38 simonm Exp $ # $Id: rules.mk,v 1.3 1997/01/21 10:55:01 sof Exp $
# This file defines the default suffix rules. It replaces suffixes.jm in the # This file defines the default suffix rules. It replaces suffixes.jm in the
# jmake system. # jmake system.
...@@ -290,6 +290,12 @@ ifdef SuffixRule_o_hi ...@@ -290,6 +290,12 @@ ifdef SuffixRule_o_hi
exit 1; \ exit 1; \
else exit 0 ; \ else exit 0 ; \
fi fi
%.$(suffix)_hi : %.$(suffix)_o
@if [ ! -f $@ ] ; then \
echo You need to create an initial $@ by hand ; \
exit 1; \
else exit 0 ; \
fi
endif endif
ifdef SuffixRule_hc_hi ifdef SuffixRule_hc_hi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment