/[gcl]/gcl/makefile
ViewVC logotype

Diff of /gcl/makefile

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

revision 1.67 by mjthomas, Thu Feb 27 01:26:45 2003 UTC revision 1.68 by camm, Thu Feb 27 18:32:09 2003 UTC
# Line 57  $(PORTDIR)/saved_gcl: $(HDIR)cmpinclude. Line 57  $(PORTDIR)/saved_gcl: $(HDIR)cmpinclude.
57          (cd $(CMPDIR); $(MAKE) all)          (cd $(CMPDIR); $(MAKE) all)
58          cd $(@D) && $(MAKE) $(@F)          cd $(@D) && $(MAKE) $(@F)
59    
60  $(PORTDIR)/saved_ansi_gcl: $(PORTDIR)/saved_gcl  $(PORTDIR)/saved_pcl_gcl: $(PORTDIR)/saved_gcl
61          (cd $(PCLDIR); $(MAKE) all)          (cd $(PCLDIR); rm -f *.c; $(MAKE) all)
62          (cd $(CLCSDIR); $(MAKE) all)          cd $(@D) && $(MAKE) $(@F)
63    
64    $(PORTDIR)/saved_ansi_gcl: $(PORTDIR)/saved_pcl_gcl
65            (cd $(CLCSDIR); rm -f *.c; $(MAKE) all)
66          cd $(@D) && $(MAKE) $(@F)          cd $(@D) && $(MAKE) $(@F)
67    
68  ansi-tests/test_results: $(PORTDIR)/saved_ansi_gcl  ansi-tests/test_results: $(PORTDIR)/saved_ansi_gcl

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

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