/[classpath]/classpath/lib/Makefile.gcj
ViewVC logotype

Diff of /classpath/lib/Makefile.gcj

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tromey, Fri Jul 8 16:48:27 2005 UTC revision 1.3 by tromey, Mon Jul 18 18:51:27 2005 UTC
# Line 28  GCJF = $(GCJ) -Wno-deprecated --encoding Line 28  GCJF = $(GCJ) -Wno-deprecated --encoding
28  # make the target be the stamp file.  This ensures that if a needed  # make the target be the stamp file.  This ensures that if a needed
29  # source is changed, this rule is re-run for the appropriate package.  # source is changed, this rule is re-run for the appropriate package.
30  %.stamp: %.list  %.stamp: %.list
31          $(GCJF) -MD -MF ${@:.stamp=.deps} -MT $@ @$<          $(GCJF) -MD -MF ${@:.stamp=.deps} -MT $@ -MP @$<
32          echo timestamp > $@          echo timestamp > $@

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26